简体   繁体   中英

How can I integrate Perl with ASP.NET Webforms?

I want to integrate some existing Perl code with ASP.NET. I see plenty examples of accessing Perl from .NET but nothing on the reverse. Has anyone had any experience attempting to do this or does everyone just recreate their existing Perl functionality in one fell swoop?

For more detail, I have some functionality already implemented in Perl that we want to integrate with a larger portal that we implemented in ASP.NET webforms. Rather than re-implementing the existing functionality in .NET, we want to have some pages of the portal render through Perl (allowing it to access WebForm session information without having to put it into a cookie). Going forward, all new code and updates to the Perl code will be implemented in .NET on a case by case basis.

最简单的方法是获取您的perl代码以调用您的asp页,然后在asp端使用Request.QueryString来提取这些变量。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM