Help for this page

Select Code to Download


  1. or download this
    #!"C:\xampp\perl\bin\perl.exe"
    
    ...
    
    print "Content-type: text/html\n\n",
          $tmpl->output;
    
  2. or download this
    <HTML>
    
    ...
      <P>Welcome. The current time is <TMPL_VAR NAME="current_time">.</P>
    </BODY>
    </HTML>