Help for this page

Select Code to Download


  1. or download this
    open(PLAYLIST, "<playlist.m3u");
    opendir(FILES, 'd:\my files');
    my @playlist = ();
    ...
    while(<PLAYLIST>) {
        if(not(/#/)) {print TEMP "$_\n"}
        }