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
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
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
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
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.