Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $layout->param( title => "STEVE" );
    
    print $layout->output();
    
  2. or download this
    <html>
     <head>
    ...
    
     </body>
    </html>
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
      return $page->output;
    }