Help for this page

Select Code to Download


  1. or download this
     open my $out_fh, ">:encoding(UTF-8)", $opt->{out} or croak    "Can't 
    +open file $opt->{out}!";
    ...
    ...
    
    ...
    close $out_fh;
    
  2. or download this
    "\x{00f0}" does not map to utf8 at /usr/lib/perl5/site_perl/Storable.p
    +m line 303."
    
  3. or download this
    $Storable::drop_utf8 = 1;