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.