[Perl-unix-users] Re:MP3::Info

2002-04-02 Thread Captain Howdey
> You're getting the right think back. The docs say get_mp3tag returns a > hash reference, to get to the tag try (see perldoc MP3::Info and look > for get_mp3tag): > > my $tag = get_mp3tag('mysong.mp3', 2, 1); # ID3v2, raw ID3v2 > tags > for (keys %$tag) { > pr

[Perl-unix-users] MP3::Info.pm

2002-04-01 Thread Captain Howdey
Hey guys. im having a little problem with a script im writing: #!/usr/bin/perl -w use MP3::Info; use strict; print "what file are we going for?\n"; my $file = ; chomp $file; my $tag = get_mp3tag($file) || die "No Tag Info\n"; print $tag; ive looked through the module, im using all of the right

[Perl-unix-users] re::same mp3 script

2002-03-30 Thread Captain Howdey
merrill: $! isnt printing out anything extra, if i request "/home/Twist/radiohead.mp3", for instance, i get, i get "couldnt give tag: at ./trialscript line 8" think it could be a matter of the full filepath? just not sure if im missing a common module convention or something thanks again

[Perl-unix-users] same mp3 script

2002-03-30 Thread Captain Howdey
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 = ; chomp $file; @tag = get_mp3tag($file) || die "couldnt give tag: $!"; print $tag; but no d

[Perl-unix-users] modules not loading

2002-03-30 Thread Captain Howdey
thanks merrill, problems gone. one overlooked "p", huh? ; ) thanks again for your help ! ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] re:perl module loading

2002-03-30 Thread Captain Howdey
i just checked, MP3::Info is in /usr/lib/perl5/site_perl/5.0.6/MP3 any idea whats going on? thanks again ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

[Perl-unix-users] re:modules not loading

2002-03-30 Thread Captain Howdey
Merrill, i did go through the steps of installing the module, but running i cant find it with either 'find' or 'locate'. ill look into it now. thanks for taking an interest guys ___ Perl-Unix-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://l