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

hi monks, How to check weather mod_perl is already exist or not and i would like to learn mod_perl. So, tell me some books to ready mod_perl. Thank in advance.
  • Comment on how to check weather mod_perl is there or not

Replies are listed 'Best First'.
Re: how to check weather mod_perl is there or not
by marto (Cardinal) on Aug 27, 2009 at 11:10 UTC

    Did you look at the documentation? It is available (along with resources for learning mod_perl) on the mod_perl website.

    Martin

Re: how to check weather mod_perl is there or not
by biohisham (Priest) on Aug 27, 2009 at 13:32 UTC
    use the command verify from your shell, I am using ppm shell, and this is how I would check it.

    ppm> verify mod_perl #tells me the module is not installed on my mach +ine

    Excellence is an Endeavor of Persistence. Chance Favors a Prepared Mind.
Re: how to check weather mod_perl is there or not
by Anonymous Monk on Aug 27, 2009 at 05:52 UTC
Re: how to check weather mod_perl is there or not
by bichonfrise74 (Vicar) on Aug 27, 2009 at 21:48 UTC
    You can try something like this.
    perl -Mmod_perl -e 1