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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl from ASP?

Status
Not open for further replies.

jeffg22

Programmer
Joined
Jan 16, 2003
Messages
4
Location
US
Hi -

I have a web site written in (VBscript) ASP with a SQL database.

I would like to use a sub procedure in a Perl module (written by someone else) from within a VBscript ASP page. The sub takes several parameters and returns a result string.

Is there a way to do this within a VBscript ASP page??

My alternative would be having to re-code my ASP page into a Perl page. While possible, I'd like to not have to learn Perl just for this one page. (Re-coding the Perl module into VBscript is not an option.)

Any help, suggestions, and/or sample code would be appreciated.

Thanks.

- Jeff
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top