Help for this page

Select Code to Download


  1. or download this
    $stop = "H* ";
    $stop .= unpack "H*", "just another perl hacker";
    $stop ^= "\cP" x length($stop);
    print $stop;
    
  2. or download this
    $stop ^= "\cP" x length($stop);
    ($t,$h) = split $stop; 
    print pack $t, $h;