Help for this page
$Artist = encode_utf8($Artist); $Album = encode_utf8($Album);
print "* Song: ", decode_utf8($info[0]), "\n"; print "* Artist: ", decode_utf8($info[2]), "\n"; print "* Album: ", decode_utf8($info[3]), "\n";
#!/us/bin/perl use strict; ... } closedir Artist_DH;