Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        eval{ blah() };
        sleep 30;
    }
    
  2. or download this
    unless ( -e $lockfile ) {
        open F, ">$lockfile" or die;
    }