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