RE: [Fwd: storable and Win32::OLE::Variant]

2008-02-01 Thread Jan Dubois
On Fri, 01 Feb 2008, Kevin Beverly wrote: > i have an active state perl program that parses ms excel files for > loading into postgresql. > > i use > > use Win32::OLE::Const 'Microsoft Excel'; > use Win32::OLE::Variant; > > to get the dates as text from a spreadsheet. i store the data as an > ar

[Fwd: storable and Win32::OLE::Variant]

2008-02-01 Thread Kevin Beverly
hi, i have an active state perl program that parses ms excel files for loading into postgresql. i use use Win32::OLE::Const 'Microsoft Excel'; use Win32::OLE::Variant; to get the dates as text from a spreadsheet. i store the data as an array of hashes and write it to disk with storable. everyt