in reply to What is the best tool to embed perl in HTML?
<html> <body bgcolor="White"> <% map { print "\$ENV{$_} = $ENV{$_}<br>\n"; } keys(%ENV); %> </body> </html> [download]