Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    # 655823
    
    ...
    # spit out the page
    
    print $layout->output();
    
  2. or download this
    <html>
     <head>
      <title><!-- tmpl_var name='title' --></title>
    ...
     <!-- tmpl_var name='page' -->
     </body>
    </html>
    
  3. or download this
    <html>
     <head>
      <title>STEVE</title>
    ...
     <p>Imagine content here ..</p>
     </body>
    </html>