Hashes can be stored in dbm files.  Also you can use Data::Dumper to
create a string that contains valid Perl syntax to create a give data
structure.  You can then write that string to a data file.  When you
need that data again you can read the file back into a string and eval
it.  See perldoc -f dbmopen, perldoc -f dbmclose, and perldoc
Data::Dumper for more info.



On Thu, 2002-02-14 at 15:10, Balint, Jess wrote:
> Hello all. First off, I want to thank everybody on this list who has helped
> me with with my previous questions. Thank you.
> 
> I am working with input file of very large size. Sometimes up to and greater
> than a gig of data. I have previously gotten out of memory errors (people at
> work don't like when I do this). I was wondering if there was a way to cache
> large data structures to disk. We have a program here called SAS that runs
> on a Windows server (blek). Anyways, SAS allows me to operate on unlimited
> sizes of data, and always uses large temp files. Maybe there is a
> Disk::Cache module or something that I can use to store my data on disk
> instead of memory. I know it will be slower, but is something I am willing
> to deal with. TIA.
> 
> --J-e-s-s--
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
-- 
Today is Setting Orange the 45th day of Chaos in the YOLD 3168
Kallisti!

Missle Address: 33:48:3.521N  84:23:34.786W


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to