Help for this page

Select Code to Download


  1. or download this
    # We parse the command line to pick a directory,
    # this is easier
    my $start_dir = ".";
    
  2. or download this
    $id3v1 = $mp3->{ID3v1} || $mp3->new_tag("ID3v1");
    $id3v2 = $mp3->{ID3v2} || $mp3->new_tag("ID3v2");
    
  3. or download this
    $artist = "Artist of $file_name";