Help for this page

Select Code to Download


  1. or download this
    sub lockfile {
    my $file = pop();
    ...
    }
    unless ($locked == 1) { print "\n\nFlock error: could not lock $file";
    + exit; }
    }