Posted on 2006-07-30 09:54:58-07 by ai
Does this module works?
Hello. I'm tried to use sample example from documentation and only thing I get is:
Can't use an undefined value as an ARRAY reference at /usr/lib/perl5/vendor_perl/5.8.8/Audio/Cuefil +e/Parser.pm line 209.
At this line is located such sub:
sub tracks { @{ shift->_tracks }; }
I'm use perl-5.8.8 under Gentoo Linux. Thanks for help.
Direct Responses: 2733 | Write a response
Posted on 2006-07-30 11:41:40-07 by ai in response to 2732
Re: Does this module works?
Problem located.

Cuesheet file have been saved in UTF-16. Problem has gone after recoding it to UTF-8.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.