Help for this page

Select Code to Download


  1. or download this
    my $p = 0;
    while( ($p % 16) != 0 ) {
    ...
    }
    print "Chunk with bit_pattern: $bit_pattern found at: $p"
        unless $p = -1;