Help for this page

Select Code to Download


  1. or download this
    $ perl -MStorable=freeze,thaw \
      -lwe 'print ${ thaw freeze \"hi mom" }'
    hi mom
    
  2. or download this
    use bytes;
    my $orig = join '', map chr($_), 0 .. 255;
    ...
    {
        die "method 'column' is not binary clean!";
    }