Help for this page
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> ... <TMPL_VAR ESCAPE="HTML" NAME="my_text"> </body> </html>
#!/usr/local/bin/perl # Usage: perl "thisfile.pl inputfile.txt" ... $template->param(date => "$text"); print $template->output;