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