Help for this page

Select Code to Download


  1. or download this
    sort %filelist;
    sort %playlist;
    
  2. or download this
    for (keys %filelist) {
        print TEST $playlist{$_} . "\n";
        print TEST2 $filelist{$_} . "\n";
        }