Help for this page

Select Code to Download


  1. or download this
    my $file = shift;
    my $enc = "UTF-16";
    ...
        print;
    }    
    close(FILE);
    
  2. or download this
    my $file = shift;
    my $enc = "UTF-16";
    ...
        print encode($enc,$str);
    }    
    close(FILE);