<html><head><title>CGI-Env</title></head>
<ep-perl>
my $self = $_;
$self->{'time'} = localtime(time());
''; # Return an empty string; result becomes embedded into the
# HTML page
</ep-perl>
<body><h1>The current time</h1>
Your HTML::EP system is up and running: The current time is $time$.
</body>
</html>
