The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ESPPlus::Storage::Writer - Writes ESP+ Storage repository files

SYNOPSIS

 N/A

DESCRIPTION

This module is not yet implemented. When it is, it will allow you to create ESP+ Storage .REP files.

CONSTRUCTOR

new
 $wr = ESPPlus::Storage::Writer->new(
     { compress_function => \&compress,
       handle            => $io_file_handle } );

COPYRIGHT AND LICENSE

Copyright 2003, Joshua b. Jore. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of either:

a) the GNU General Public License as published by the Free Software Foundation; version 2, or

b) the "Artistic License" which comes with Perl.

SEE ALSO

ESPPlus::Storage