Help for this page

Select Code to Download


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