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
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