Is there anyway to print sub routine in HTML::TEMPLATE?
like this
sub print(){
print "hello worl";
print "please let this work";
}
What im trying to do is have a sub routine connect to a database take the information and make an html table with it and print the table out. I want to use html::template so I can completely separate the html from the perl code so my design team can do there magic without them interupting my progress.
Thanks,
Cory
20031029 Edit by jeffa: Changed title from 'CGI HTML::TEMPLATES '