Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Need help with Perl in IIS setup

by beachbum (Beadle)
on Jan 06, 2006 at 22:19 UTC ( [id://521662]=note: print w/replies, xml ) Need Help??


in reply to Need help with Perl in IIS setup

Also, if you're already familiar with ASP, that is available through PerlScript. You can create a showme.asp file something like this: (the Active state documentation that's installed by default has more info). Also, not that it matters in this case, but the code is compiled through isapi and a perl dll instead of loading perl.exe for each page, which should make it more efficient.

<%@LANGUAGE=PERLSCRIPT%> <HTML> <% $Response->write("Show me the money"); %> </HTML>

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (1)
As of 2024-04-25 01:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found