Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Please email me if you need more detail redacted@example.com Thanks in advance. Lennie Coremy $g = "$siddir/log/$ip_address_log"; if (!open(SIDF, ">$g")) { errexit("Unable create customer session"); + } flock(SIDF, $LOCK_EX) if $LOCK_EX; print SIDF "\n$accid\n"; close(SIDF); exit;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Count script
by Athanasius (Cardinal) on Jan 25, 2014 at 03:06 UTC |