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


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?

I had initially tried using the locking functions provided with Storable. Maybe I wasn't using them properly but the processes stomped all over one another. That's when I did some searching and decided to try out a semaphore file instead.

$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