[Bioperl-l] storing/retrieving a large hash on file system?

Dave Messina David.Messina at sbc.su.se
Tue May 18 16:19:18 UTC 2010


Hi Ben,

Storable should do the trick.

http://search.cpan.org/~ams/Storable-2.21/

It allows you to save arbitrary perl data structures to disk and load them back in without needing to dump into another format and then parse it later.


Dave





More information about the Bioperl-l mailing list