Help for this page

Select Code to Download


  1. or download this
    use BitStream;
    ...
    ...
    my $stream = BitStream::new("bigbinfile");
    ...
    my $bitstr = BitStream::get_bits(128);
    
  2. or download this
    use BitStream;
    ...
    ...
    my $stream = BitStream::new("bigbinfile");
    ...
    my $bitstr = $stream->get_bits(128);