Help for this page
<html> <head> ... <p>My Path is set to <TMPL_VAR NAME=PATH></p> </body> </html>
#!/usr/bin/perl -wT use HTML::Template; ... # send the obligatory Content-Type and print the template output print "Content-Type: text/html\n\n", $template->output;