great, the part below was all that I needed to know.
E:\>perl index_phish_shows.pl e:\Phish
in my google searches last night, I figured out that I needed to install perl on my computer first (duh), so I went with Strawberry Perl (I usually tend toward open source stuff, so that was the main reason I chose strawberry perl). but last night, when I was trying to run it, I was just typing in
e:\>perl index_phish_shows.pl. I didn't realize that I needed to type in the directory that I wanted it to run through as well.
anyway, I just ran it per your instructions, and it went through and worked just as it should.
However, I have one last question for you. This script saves each text file to the same directory where each show is. so each new text file is in its own directory.
If I wanted to save all the new text files in the same location, so they all went to "E:\Playlists" (or something like that), what would I change in the script? I assume the changes would be on this line:
open(file, ">>".$File::Find::dir."/".$currentdir.".m3u");
is that correct? what would I change it to? or would I have to change another line?
Thanks again for your help, I really appreciate this!
- Jason