hey guys. its me again with the same script:
#!/usr/bin/perl -w

use lib "/usr/lib/perl5/site_perl/5.6.0/MP3/";
use MP3::Info;
print "What is the full name of the file you want to check up on?\n";
$file = <STDIN>;
chomp $file;
@tag = get_mp3tag($file) || die "couldnt give tag: $!";
print $tag;


but no dice. i just keep getting the "couldnt give tag" message. just
wondering if there is anything painfully obvious that im looking over.
thanks to all

_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to