Help for this page

Select Code to Download


  1. or download this
    use Encode qw( encode_utf8 );
    
    my $encoded = encode_qp(encode_utf8($str));
    
  2. or download this
    $ cat a.pl
    use strict;
    ...
    
       print $str_q;
    }