Help for this page

Select Code to Download


  1. or download this
    <html>
    ...
    ...
          Hello [% name %], how are you today
        </body>
    </html>
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    $template->process($file, $vars)
        || die "Template process failed: ", $template->error(), "\n";