Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    1048578
    My oh so unique signature
    
  2. or download this
    my $p = 0;
    substr( $bigstring, $p, 4 ) = pack 'J', ..
    $p += 4;
    
  3. or download this
    substr( $bigstring, $p+1 ) = '';