Re: [Perl-unix-users] whether I can design a whole system only with perl

2004-11-30 Thread Jesse Thompson
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

Re: [Perl-unix-users] whether I can design a whole system only with perl

2004-11-30 Thread Martin Moss
> 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

Re: [Perl-unix-users] whether I can design a whole system only with perl

2004-11-29 Thread Jesse Thompson
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

[Perl-unix-users] whether I can design a whole system only with perl

2004-11-25 Thread peace under the tree
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?