I guess I don't understand modules

2008-04-26 Thread stevem
line 213. Of course I have "use Audio::TagLib;" at the beginning of my program. What else do I need to know to use CPAN modules? thx, stevem -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Problem with Music::Tag modules

2008-04-03 Thread stevem
I'm only starting to use CPAN modules and already over my head. I installed Bundle::Music::Tag and it seemed to go OK. But when I try a variation on the module's example program: #!/usr/bin/perl use Music::Tag; my $filename = "tune.mp3"; my $info = Music::Tag->new($filename