Help for this page

Select Code to Download


  1. or download this
    foreach my $mp3_file (@cdrom_mp3s) {
      chomp $mp3_file;
    ...
        $artist_mp3{$id3v1->artist}{$id3v1->album}++;
      }
    }
    
  2. or download this
    push (@$artist_mp3{$id3v1->artist}{$id3v1->album}, id3v1->song);