in reply to Re: Beginner's luck with mod_perl
in thread Beginner's luck with mod_perl

I especially like perrin's contributions to the prevelance of mod_perl thread about FastCGI.

After reading his posts in that thread I started using FastCGI with CGI::Fast and must say I love it.

The hardest thing about mod_perl, I find, is debugging. At least with CGI::Fast I can run a script like an ordinary CGI script from the command line in debug mode.

Replies are listed 'Best First'.
Re^3: Beginner's luck with mod_perl
by perrin (Chancellor) on Jun 13, 2008 at 00:57 UTC
    I didn't mean to imply with that post that people who want to write CGI-compatible scripts should avoid mod_perl. Any script you write that runs under CGI and FastCGI should work under mod_perl without modifications.