Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        use CGI ':all';
    ...
            print end_html();
        }    #end if !param
        else {    #this is a repost
    
  2. or download this
            if ( param("Apply Edit") ) {
            #print header();
    ...
         }
       } #end else
    }    #end begin