http://qs321.pair.com?node_id=11135601


in reply to Re: Will these functions for use with Storable properly lock my file?
in thread Will these functions for use with Storable properly lock my file?

These are definitely things to think about. Fortunately, this data I'm working with is just a cache of information that's on the network that can be restored pretty easily. It's not a huge deal if the file gets corrupted. But I should definitely figure out a way to get alerted to a problem so I can reload the data from the network.

No database on this server and it would be overkill for a non-critical cache.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^2: Will these functions for use with Storable properly lock my file?