Clear DayYes Vijay, Perlscript runs on any IIS server that has ActiveState
Perl installed - it is easy to verify this:
Copy the following code between the ===== Tags to a text file and upload it
to your Windows Server:

==== BEGIN FILE:  PerlScript.asp

<% @ LANGUAGE="PerlScript" %>
    # No spaces in the line above.
    Is Perlscript working on this system ? <br>
<%
    $Response->Write("Yes, Perlscript is Working!" );
%>
  <br>

==== END FILE:  PerlScript.asp

  Very easy.

  Gregg Morrison

----- Original Message ----- 
>From: Swaminathan Vijay-A20615
>To: [email protected]
>Sent: Wednesday, August 09, 2006 11:40 PM
>Subject: Need a Favor...
>
>Can any one let me know if Perl Scripts can be run on the ASP.NET
Environment?
>- Vijay Swaminathan


_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
  • Need a Favor... Swaminathan Vijay-A20615
    • Re: Need a Favor... Gregg Morrison

Reply via email to