Help for this page
<html> <head><title>{#page_title#}</title></head> <body> ... </ul> </body> </html>
#!/usr/bin/perl -w use strict; ... print $cgi->header(); $tt->process( 'test.html', $data ) || die $tt->error;