Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: What is the best tool to embed perl in HTML?

by lindex (Friar)
on Aug 02, 2000 at 20:05 UTC ( [id://25755]=note: print w/replies, xml ) Need Help??


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>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://25755]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-25 15:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found