Help for this page
use strict; use warnings; ... # get output as a string of HTML my $output = $template->output(); print $output;
<html> <head> ... </table> </body> </html>