alvinstarr has asked for the wisdom of the Perl Monks concerning the following question:
the resulting file is not the same size as the original file and for any complex files the data seems to be corrupt even by the '/usr/bin/file' command. Any help would be appreciated.my $oOl = OLE::Storage_Lite->new("test.story"); my $oPps = $oOl->getPpsTree(1); print "\n"; $oPps->save("savefile.story");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: OLE::Storage_Lite problems
by Anonymous Monk on Apr 16, 2014 at 19:57 UTC | |
by alvinstarr (Initiate) on Apr 16, 2014 at 20:40 UTC | |
by Anonymous Monk on Apr 16, 2014 at 21:28 UTC | |
by alvinstarr (Initiate) on Apr 16, 2014 at 23:24 UTC | |
by Anonymous Monk on Apr 17, 2014 at 07:18 UTC |