in reply to Is there any automated process (ie. program) to translate Perl to ASP?
Perl is a language. ASP is a technology for embedding scripting languages into web pages, and "executed" them the web server, producing dynamic content.
Out of the box, ASP supports VBScript and JScript (Microsoft's JavaScript). ActiveState provides PerlScript, which is an add-on to allow Perl to be used in ASP pages.
To my knowledge, there is no automatic translation from Perl to either VBScript or JScript.
|
|---|