- or download this
#subroutines
sub content;
...
$html .=''.$content.'';
$html .='</div>';
#
- or download this
# i used the parameter in my web content with single quotes
..
print MODULES::template->content('XXX');
..
- or download this
print <<EOF;
...
EOF
}
print"</table>";