Help for this page

Select Code to Download


  1. or download this
    <form method="POST" action="http://somesite.com/cgi-bin/script.pl">
    <input type="Submit" value="Update">
    ...
    
    sub error { print $q->header, shift; }
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    else {
        die "Update already in progress. Aborting!";
    }