Help for this page

Select Code to Download


  1. or download this
        line 1)  if ( -e $file && -f $file && -s $file < $ok ) {
        line 2)     ...open file here....
                 }
    
  2. or download this
        use 5.004;
        use Fcntl qw(:DEFAULT :flock);
    ...
        print "got it.\n"
        } 
        # now read from FH