Re: [cgiapp] CGI::Application and FastCGI

2006-06-24 Thread Yuji Maeda
tml?id=17736 Do you know this way to use FastCGI? http://cgiapp.erlbaum.net/cgi-bin/cgi-app/index.cgi?FastCGI Hope this helps, Yuji Maeda - Web Archive: http://www.mail-archive.com/cgiapp@lists.erlbaum.net/

Re: [cgiapp] Help using FastCGI

2006-03-23 Thread Yuji Maeda
ion with FastCGI: # http://cgiapp.erlbaum.net/cgi-bin/cgi-app/index.cgi?FastCGI use CGI::Fast(); while (my $q = new CGI::Fast){ my $app = new Application(QUERY => $q); $app->run(); } Hope this helps, Yuji Maeda 2006/3/24, Prakash Inuganti -X (pinugant - Digital-X, Inc. at Cisco) <