http://qs321.pair.com?node_id=25755


in reply to What is the best tool to embed perl in HTML?

Well Iam currently using Apache::ASP and its pretty cool
I have yet to find a real drawback to it :)
Examle (print env):
<html> <body bgcolor="White"> <% map { print "\$ENV{$_} = $ENV{$_}<br>\n"; } keys(%ENV); %> </body> </html>