Listing 5: birthdayhp.tmpl, a sample template. This is a test template.

This is a test template.

{ my $outputstring = ""; $outputstring = "

Today is " . localtime(time) . "

\n"; } ------------------------------------------------------------