Help for this page

Select Code to Download


  1. or download this
    Here are my guidelines: <TMPL_VAR NAME=GUIDELINES>
    
  2. or download this
    # pre: $guidelines is defined, HTML::Template is installed
    # in your @INC and you have write privs to $filename
    ...
    # this [next line]).
    print "Content-type: text/html\n\n";
    print $template->output;