Help for this page

Select Code to Download


  1. or download this
    open (my $fh2, '+>', $textfile2) or die "Cannot open file.$!";
    my $str2 = decode('UTF-16', $out2, Encode::FB_CROAK);
    print $fh2 $str2;