Re: Comparing Regular Expression in Perl vs Python



On Friday 30 November 2007 06:58, yitzle wrote:

I've been using Perl for only about 1.5 years, and never touched
Python. About 16 months ago, I decided to learn a "scripting
language" that I've heard mentioned so many times. I was debating
between Perl and Python. I'm not quite sure why I chose Perl. I know
that several open source projects allow Python plugins (Gimp,
InkScape) but Perl can be used for CGI stuff. (If Python also does
CGI, I never heard it.) So I chose Perl.

Any programming language that can write to standard output can do CGI.


Being that I was already familiar with C/C++, Perl was fairly simple
to pick up. I read a couple of tutorials and pretty quickly was using
perldoc as my main source of information. While Perl does have some
quirky stuff, overall I found it easy to learn and very capable of
doing a lot without a lot of coding effort.
After being "part" of the mailing list for a bit, I learnt not to
post without first checking perldoc/cpan, so that may as well be a
factor for the mailing list's lack of activity.

You have learned well grasshopper. :-)


John
--
use Perl;
program
fulfillment
.



Relevant Pages

  • Re: Python equivalent of Perl-ISAPI?
    ... I need something that will do cgi scripts (a lot of which I already ... Except I need cgi, not asp, for the reasons i gave. ... Python or Perl. ...
    (comp.lang.python)
  • Re: Python equivalent of Perl-ISAPI?
    ... I need something that will do cgi scripts (a lot of which I already ... Except I need cgi, not asp, for the reasons i gave. ... Python or Perl. ...
    (comp.lang.python)
  • Re: Python equivalent of Perl-ISAPI?
    ... I need something that will do cgi scripts (a lot of which I already ... Except I need cgi, not asp, for the reasons i gave. ... Python or Perl. ...
    (comp.lang.python)
  • Re: Where do I start?
    ... >any suggestions on whether to consider the Boa web server, ... Perl has alot of modules to support html and cgi. ... First the one thing I don't like about Python, ...
    (comp.os.linux.development.apps)
  • Re: Python-cgi web or Perl-cgi script doubt
    ... JUST cgi - ie no mod_perl, no mod_python, etc. ... With perl, the program needs to be loaded and recompiled with each run. ... I find python nicer for this sort of things these days - larger because it ...
    (comp.lang.python)