Help for this page

Select Code to Download


  1. or download this
    if (($box !~ /\w+/) && ($value !~ /\w+/))   {
     print "You haven't entered anything on the form";
     print STDOUT  $cgi->end_html;
     exit (0);
    }
    
  2. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.