Help for this page

Select Code to Download


  1. or download this
    my $bytes = length( $bits );
    
    ...
    
        substr($bits, $offset, $bytes) = ~ substr($bits, $offset, $bytes);
    }