Martin Moss wrote:
Yes... CGI.pm would be a good place to start:
http://search.cpan.org/~lds/CGI.pm-3.05/CGI.pm
I disagree. IMHO If you have C++ skills, you should
bypass CGI and head straight on to mod_perl using
"method handlers". These are Object oriented classes
that handle web requests.
I
> Yes... CGI.pm would be a good place to start:
> http://search.cpan.org/~lds/CGI.pm-3.05/CGI.pm
I disagree. IMHO If you have C++ skills, you should
bypass CGI and head straight on to mod_perl using
"method handlers". These are Object oriented classes
that handle web requests.
Marty
peace under the tree wrote:
Dear all
I am very new to perl, I just start to learn it, and I feel very
comfortable while I do program in perl especially with the parser
language(RegExp), it is more powerful then c/c++ that I use to be.
Can i use perl for dynamic web? And also who the different of sp
Dear all
I am very new to perl, I just start to learn it, and I feel very
comfortable while I do program in perl especially with the parser
language(RegExp), it is more powerful then c/c++ that I use to be.
Can i use perl for dynamic web? And also who the different of speed
between perl and Php?