Help for this page

Select Code to Download


  1. or download this
    my $path = "tmp/$filename";
    
    ...
    </HTML>
    HTML
    close $htmlOut;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    $tmpl->param(title => "Sir Robin", phone => '555-123-45678');
    print $tmpl->output();
    
  3. or download this
    <HTML>
    <head>
    ...
    555-123-45678<br>
    </head>
    </HTML>