http://www.perlmonks.org?node_id=869197


in reply to Lock File

Minor nit.

while ($stop = 0) {

should be

while ($stop == 0) {

Replies are listed 'Best First'.
Re^2: Lock File
by superfrink (Curate) on Nov 03, 2010 at 19:06 UTC