Help for this page

Select Code to Download


  1. or download this
    $string =~ /\A(.*)\z/s or die; $string = $1;
    
  2. or download this
    $x = pack "B*", do { unpack "B*", $x };
    
  3. or download this
    $x = pack "C*", do { unpack "C*", $x }; # wrong