NAME

StreamString - Hide a Stream behind a string


SYNOPSIS

  use StreamString;

  open( TOTO, "/toto/tata" );

  my $string    = StreamString->new( TOTO, "" );

  while( $$$string )
  {
        # do some thing
  }


DESCRIPTION


Methods & Functions

new

Create a new StreamString


Internal Calls

DESTROY
TIESCALAR
FETCH
STORE
ReadStream

append the STRING field if is empty


INTERNAL MECHANISM


BUGS

I don't know ...


TO DO

Better documentation
Add tests ...


LICENCE & DOWNLOAD

this module is under the LGPL. you can download this module at http://XVII-ToolBox.sourceforge.net/XVII-ToolBox.tgz


AUTHOR

Samuel Mouniée aka Moun's, mouns@users.sourceforge.net


SEE ALSO

perl(1).