Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print $q->header( -charset=>'utf-8' );
    my $tt = Template->new;
    $tt->process('simple.tmpl', \%data);
    
  2. or download this
    <!DOCTYPE html>
    <html>
    ...
            </script>
        </body>
    </html>