|
|
| P is for Practical | |
| PerlMonks |
Storable's freeze/thaw vs store/retrieveby Dlamini (Novice) |
| on Oct 11, 2012 at 20:57 UTC ( #998547=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Dlamini has asked for the
wisdom of the Perl Monks concerning the following question:
Hi Monks, I'm confused as to what the difference is between using freeze/thaw vs using store/retrieve in the Storable module. Why might you use one over the other? Finally, are either of these useful for writing incrementally? I have a loop that will probably take a few days to complete and would like to be able to write chunks so that if I stop the loop partway, I can avoid re-doing the portion that is already complete. I'm sure a DB would work here as well, but for other reasons, I'd like to avoid creating one if possible. Thanks in advance
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||