Re: Standard CGI module vs CGI::Fast/CGI::Simple

2008-06-17 Thread Sean Davis
rint # print html header here > print "$x\n"; > > print # print html footer here > } > > Now I read of CGI::Fast, CGI::Simple and Mason. Question, are these modules > easy to understand and use? Sometimes it take too long to get a module > installed and ready to u

Standard CGI module vs CGI::Fast/CGI::Simple

2008-06-17 Thread Mimi Cafe
pages, so each time I need to sent a page to the user I call the subroutine to pass some values to print the page (see example): sub print_layout { $x = @_; print # print html header here print "$x\n"; print # print html footer here } Now I read of CGI::Fast, CGI::Simple and Mason

Module for fast CGI application (Templating)

2008-06-17 Thread Mimi Cafe
pages, so each time I need to sent a page to the user I call the subroutine to pass some values to print the page (see example): sub print_layout { $x = @_; print # print html header here print "$x\n"; print # print html footer here } Now I read of CGI::Fast, CGI::Simple and Mason

Fast CGI or Multithreaded CGI

2006-12-16 Thread Perl
Hello I am in process of writing a cgi program to reload tomcat applications over network. and I know that I should write it Multithreaded cgi or with Fastcgi, but I don't know which one works better for me. would you please let me know the advantage of each over other one. also would you ple

Fast CGI.

2005-10-09 Thread Sara
I am a new dedicated server where: FastCGI: Enabled I am at a loss as what I need in my scripts to run them with Fast CGI? .fcgi extension? and what else. Thanks for any help. Sara.