Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    ...
                message => 'Hello',
                };
    $template->process('test.html', $vars);
    
  2. or download this
    <html>
    <head>
    ...
    <p>That's it</p>
    </body>
    </html>