in reply to Enquiry on memory usage
The dumping process can eat a lot of memory for big data structures (at least for Data::Dumper, I don't know if this is also true for others dumpers like Data::Dump or Data::Dump::Streamer). Maybe you can consider other alternatives for storing the your data, like a DBMs, Storable or YAML
HTHs,citromatik
|
|---|