Help for this page

Select Code to Download


  1. or download this
    my $mp3 = MP3::Tag->new($t);
    
  2. or download this
    my $tag_dir = "/music/$a_artist/$a_name";
    
  3. or download this
    my $binary_tag_dir = encode_utf8($tag_dir);
    
  4. or download this
    my $char_file_find_dir = decode("utf8",$File::Find::dir);
    
  5. or download this
    binmode STDOUT, ":utf8";