NathanTwist
03-29-2002, 12:30 AM
aye guys. figured this was worth starting a new thread. just messing around, trying to get MP3::Info into one of my scripts. i installed it as per the cpan instructions for installing them, but whenever i try to run the script, it tells me i cant find the module. i added a
BEGIN {
push @INC, "/usr/lib/perl5/site_perl/5.6.0/MP3/
}
to the top of the code, but its still telling me the same thing. any ideas?
BEGIN {
push @INC, "/usr/lib/perl5/site_perl/5.6.0/MP3/
}
to the top of the code, but its still telling me the same thing. any ideas?