Help for this page

Select Code to Download


  1. or download this
    % perl -MDevel::Peek -wle '
      $x="\x{100}"; Dump($x);
      chop $x;      Dump($x);
    ...
      FLAGS = (POK,IsCOW,pPOK)
      FLAGS = (POK,pPOK,UTF8)
    %