Help for this page

Select Code to Download


  1. or download this
    
    $template->param( warnings => \@warning ) || die $!;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        exit;
      }
    }
    
  3. or download this
    Content-type: text/html
    Software error:
    ...
    For help, please send mail to the webmaster (root@localhost), giving t
    +his error message and the time and date of the error.
    
  4. or download this
     <span class="bigText">    Warning! The following fields are missing.<
    +/span>    
        <TMPL_LOOP warnings>
            <TMPL_VAR missing><br />
        </TMPL_LOOP>