in reply to OOP: Printing in EOF block
my $x = $session->param('x'); my $html = <<"EOF"; <tag> $x</tag> EOF [download]