in reply to Re: Re: evolving an OO solution for a bitstream
in thread evolving an OO solution for a bitstream

That should be BitStream->new( 'bigbinfile' ). Now your new() method can be subclassed and is a class method and not just a procedural function.

  • Comment on Re: Re: Re: evolving an OO solution for a bitstream