Re: Comparing Regular Expression in Perl vs Python
- From: krahnj@xxxxxxxxx (John W . Krahn)
- Date: Fri, 30 Nov 2007 09:16:27 -0800
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
.
- References:
- Re: Comparing Regular Expression in Perl vs Python
- From: hwigoda
- Re: Comparing Regular Expression in Perl vs Python
- From: Jeff Pang
- Re: Comparing Regular Expression in Perl vs Python
- From: Yitzle
- Re: Comparing Regular Expression in Perl vs Python
- Prev by Date: seek and tell
- Next by Date: Re: Comparing Regular Expression in Perl vs Python
- Previous by thread: Re: Comparing Regular Expression in Perl vs Python
- Next by thread: Re: Comparing Regular Expression in Perl vs Python
- Index(es):
Relevant Pages
|