Help for this page

Select Code to Download


  1. or download this
    my $addr = mapFile( ... );
    substr( $addr, 32, 4 ) =
        pack 'V', 1+ unpack( 'V', substr $addr, 32, 4 );
    
  2. or download this
    mapFile( my $addr, ... );
    substr( $addr, 32, 4 ) =
        pack 'V', 1+ unpack( 'V', substr $addr, 32, 4 );