forked from jmcnamara/ole-storage-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
31 lines (22 loc) · 740 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
NAME
OLE::Storage_Lite - Simple Class for OLE document interface.
DESCRIPTION
This module allows you to read and write an OLE-Structured file.
The module will work on the majority of Windows, UNIX and
Macintosh platforms.
REQUIREMENT
Perl 5.005 or later.
INSTALLATION
The module can be installed using the standard Perl procedure:
perl Makefile.PL
make
make test
make install
make clean
SAMPLE
Samples scripts are in sample directory.
smplls.pl : displays PPS structure of specified file
(subset of "lls" distributed with OLE::Storage)
smpsv.pl : creates and save a sample OLE-file(tsv.dat).
AUTHOR
Kawai Takanori ([email protected])