Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    
    ...
    my $vars = { message => 'Hello', };
    $template->process( 'test.html', $vars )
        || die $template->error();
    
  2. or download this
    Content-Type: text/html; charset=ISO-8859-1
    
    file error - test.html: not found