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

How to use and what is the use of perl script in CGI applications and also how to install perl/CGI in windows7

  • Comment on Role of perl script in CGI Applications

Replies are listed 'Best First'.
Re: Role of perl script in CGI Applications
by kennethk (Abbot) on Sep 15, 2011 at 16:55 UTC
    How to use and what is the use of perl script in CGI applications
    One commonly used implementation of the Common_Gateway_Interface is the Perl module CGI. Some tutorials are listed here.
    and also how to install perl/CGI in windows7
    This depends on which distribution you want to use; see Download Perl at http://www.perl.org.
Re: Role of perl script in CGI Applications
by locked_user sundialsvc4 (Abbot) on Sep 15, 2011 at 17:20 UTC

    Honestly, “start with Google It.™”   The question is much too vague and general to be answerable.

    “Explain World War II.   Use both sides of paper if necessary.”
    – Peanuts

Re: Role of perl script in CGI Applications
by Anonymous Monk on Sep 15, 2011 at 17:27 UTC