Help for this page

Select Code to Download


  1. or download this
    package Error;
    
    ...
    }
    
    1;
    
  2. or download this
    use Errors;
    my $ERROR = Error->new('error.tmpl');
    ...
        print $CGI->header;
        print $template->output;
    }
    
  3. or download this
    The following
    <TMPL_IF NAME="IS_SINGULAR">
    ...
    </TMPL_LOOP>
    </TABLE>
    Please try again