by chas.owens@[EMAIL PROTECTED]
(Chas. Owens)
Apr 26, 2008 at 06:56 AM
On Sat, Apr 26, 2008 at 1:59 AM, stevem <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 im****tant in Perl.
--
Chas. Owens
wonkden.net
The most im****tant skill a programmer can have is the ability to read.