Perl Playlist

Installing is a very simple task
*nix/MacOS/BSD
1. You must have the perl interpretor installed you can test this by typing "perl -e 'print "hello world!\n"'" this will return "hello world"
2. MP3::Info must be installed you can do this 1 of 2 ways
type perl -MCPAN -e shell
Used the packaged MP3::Info in perlplaylist in the mp3::info dir type "perl Makefile.PL" "make" "make install"
3. copy playlist.pl to somewhere in the $PATH like /usr/bin/ 'cp playlist.pl /usr/bin'
To install on Windows
1. You must have the perl interpretor installed you can test this by typing "perl -e 'print "hello world!\n"'" this will return "hello world" (activeperl.com for more info)
2. install MP3::Info from the cmd prompt type ppm then install MP3-Info
3. copy playlist.pl to somewhere in the $PATH i.e. c:\windows