- or download this
<html>
<head><title>Test Template</title>
...
My Path is set to <TMPL_VAR NAME=PATH>
</body>
</html>
- or download this
#!/usr/bin/perl -w
use HTML::Template;
...
# send the obligatory Content-Type and print the template output
print "Content-Type: text/html\n\n", $template->output;
- or download this
My Home Directory is /home/some/directory
My Path is set to /bin;/usr/bin