Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you call a Perl Script from ASP?

Status
Not open for further replies.

skeez74

Programmer
Nov 28, 2001
2
0
0
US
How do you call a Perl Script from ASP?
 
If you are using IIS Server you can't run Perl code.
 
Yes, you can. There's a PERL interpreter that you can get at:


among other places. That was just the first thing that popped up on Google searching on "PERL interpreter IIS"

As far as calling it from ASP, the PERL script will just be sitting in your CGI-BIN waiting for input just like any other web server setup. Just send it some variables w/ querystring and let it do its thing.

:)
paul
penny.gif
penny.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top