On Sat, Apr 26, 2008 at 1:59 AM, stevem <[EMAIL PROTECTED]> wrote:
snip
> my $f = Audio::TagLib::FileRef->new("_tune.mp3");
snip
> $ft = Audio::Taglib::FileRef->new($f);
snip
> Can't locate object method "new" via package "Audio::Taglib::FileRef"
> (perhaps you forgot to load "Audio::Taglib::FileRef"?) at ./sndxfer 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?
snip
Take a closer look at the second package name. It is TagLib, not
Taglib. Case is very important in Perl.
--
Chas. Owens
wonkden.net
The most important skill a programmer can have is the ability to read.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/