[cgiapp] Seeking Senior Perl Coder (Contract)

2006-10-27 Thread Jesse Erlbaum
Hi Guys -- The Erlbaum Group is looking for a very experienced, organized Perl coder to join our little crew. TEG specializes in implementing enterprise-class content management systems using the Krang system, as well as custom web application development. Besides the money and the excitement,

[cgiapp] Re: Plain CGI - FastCGI

2006-10-27 Thread Robert Hicks
Dan Horne wrote: You'll need to need to put your code in a while loop (untested as I use CGI::Application::Dispatch, but it should give you the right idea): use WebApp; use CGI::Fast(); while (my $q = new CGI::Fast) { my $webapp = WebApp-new(QUERY = $q); $webapp-run(); } With the first