Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    $template->process($file, $vars)
        || die "Template process failed: ", $template->error(), "\n";
    
  2. or download this
    <html lang="en">
    <head>
    ...
    This is a test, [% message %]
    </body>
    </html>