Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    7
    7
    14
    
  2. or download this
    use Encode qw/encode/;
    my $x = "abcdefg";
    print length(encode("ucs-2", $x)), "\n";