Help for this page

Select Code to Download


  1. or download this
    my $stream = BitStream::new("bigbinfile");
    
  2. or download this
    package File::Bitstream;
    use strict;
    ...
    my $o=File::Bitstream->new($0);
    my $bits='';
    print $bits,$/ while defined($bits=$o->get_bits(13));