Help for this page

Select Code to Download


  1. or download this
    $ perl -MDevel::Peek -e 'use utf8; my $s="\x{5fcd}\x{65e0}\x{53ef}\x{5
    +fcd}"; Dump($s); print length($s), "\n";'
    SV = PV(0x8154b00) at 0x8154720
    ...
      LEN = 16
    4
    
  2. or download this
    $ perl -MDevel::Peek -e 'use utf8; my $s="(\x{5fcd}\x{65e0}\x{53ef}\x{
    +5fcd})"; Dump($s); print length($s), "\n";'
    SV = PV(0x8154b00) at 0x8154720
    ...
      LEN = 16
    6