Help for this page

Select Code to Download


  1. or download this
      
    use strict;
    use warnings;
    ...
    while(<>){open my $fh, ">:encoding(utf-8)", "input".$i++.".txt";
    print $fh $_;
    close $fh;}
    
  2. or download this
     utf8 "\xE1" does not map to Unicode at split2.pl line 11, <> chunk 2.
    Close with partial character at (eval 21) line 67, <> chunk 2.