Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi,

I have an existing cgi/perl web application which I need to move to a server which runs Chillisoft ASP.
How do I call perl scripts from ASP pages?

Cheers,

cafeD

Replies are listed 'Best First'.
Re: Calling perl scripts from ASP
by EdwardG (Vicar) on May 25, 2004 at 13:45 UTC

    Perhaps you can tell us what you have tried, what you have read in the documentation, and what you have considered so far.

    You will get good answers if you ask good questions. Help us to help you.

     

Re: Calling perl scripts from ASP
by belg4mit (Prior) on May 25, 2004 at 22:27 UTC
    If you did a little research you might realize that ASP is not a programming language, but a framework. and you can write ASP in perl. HTH.

    --
    I'm not belgian but I play one on TV.

Re: Calling perl scripts from ASP
by NetWallah (Canon) on May 25, 2004 at 20:09 UTC
    RTFM, looking for the system , qr and backticks (`) functions/operators.

    Offense, like beauty, is in the eye of the beholder, and a fantasy.
    By guaranteeing freedom of expression, the First Amendment also guarntees offense.