Help for this page

Select Code to Download


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