Help for this page
<<END; sometext more END
$foo = 'danmcb'; print <<END; ... # will print danmcb was here and here
my $text = $cgi->param('text') || <<END; some text passed via the cgi END