<HTML> <Head> <Title>This is a test template.</Title> </Head> <Body> <P>This is a test template.</P> { my $outputstring = ""; $outputstring = "<P>Today is " . localtime(time) . "</P>\n"; } </Body> </HTML>