Help for this page

Select Code to Download


  1. or download this
     --THIS IS THE POSTIT.PL----
    
    my $q = new CGI;
    ...
    flock (LOG, 2) || Error ('lock', 'file');
    print LOG $string, "\n";
    close LOG;
    
  2. or download this
    use strict; 
    
    ...
    }
     
    close LOG;