OLE::Storage

An Interface to Structured Storage Documents
Download

OLE::Storage Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Martin Schwartz
  • Publisher web site:
  • http://search.cpan.org/~mschwartz/

OLE::Storage Tags


OLE::Storage Description

An Interface to Structured Storage Documents Documents done at Microsoft Windows Systems are tending to be stored in a persistant data format, that MS calls "Structured Storage". OLE::Storage is a Perl module that gives access to Structured Storage files.Alas, the current release allows more or less read access, only. You can modify document contents (streams) with it, but you cannot create or delete streams, nor rename them or change their size. Also a file locking mechanism still is missing. I hope to offer write support with next release.SYNOPSISuse OLE::Storage()use Startup;$Var = OLE::Storage->NewVar (); $Startup = new Startup;$Doc = OLE::Storage->open ($Startup, $Var, $file )$Doc -> directory ($pps, \%Names, "string")$Doc -> read ($pps, \$buf )$Doc -> close ()Detailed syntax, descriptions and further methods: below. Requirements: · Perl


OLE::Storage Related Software