Help for this page

Select Code to Download


  1. or download this
    sub BitStream::make_bitstream {
       my $filename = shift;
    ...
    $get_bits = BitStream::make_bitstring("foo.dat") or die "open failure:
    + $!";
    $onebit = $get_bits->();
    $twobits = $get_bits->(2);