Changes for version 2.1 - 2004-09-14

  • => export() now has the ability to dump the generated data to a scalar instead of exporting to a file. Useful for web programming and dynamic generation. To enable this, -toscalar option must be passed with a scalar ref. => Module now require()s IO::File, File::Spec and Cwd if needed. Because, we won't need this modules, if the user works with scalars instead of disk files. This will save some memory and incerase speed I believe. If you are parsing scalar data and do not use export(), then no external modules will be loaded. => Updated HTML and XML templates for -toscalar compatibility. => Updated Makefile.PL => Updated pod. => Added new tests to demonstrate -toscalar option. => Added a CGI example code to distro. => Some minor fixes.

Modules

MP3 playlist parser.

Provides

in lib/MP3/M3U/Parser.pm

Examples