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 speed
between perl and Php?

Yes... CGI.pm would be a good place to start: http://search.cpan.org/~lds/CGI.pm-3.05/CGI.pm

PHP is faster than plain old perl CGI scripts. However, mod_perl with apache provides the speed that you desire:
http://perl.apache.org/


PHP vs perl is all about personal preference.  Compare them at:
http://en.wikipedia.org/wiki/Perl_programming_language
http://en.wikipedia.org/wiki/PHP
_______________________________________________
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to