in reply to From PHP to Perl - Should I, and how?

PHP was where I began programming, but Perl has won my heart. (This contrast may be helpful.)

I prefer Perl for the syntax, community, modules, and many others reasons that escape me at the moment :)

Regarding your first question: I think modules make Perl easier in many respects. I get frustrated when I cannot find many standards—modules—in PHP, and folks begin reinventing the wheel because a tool does not exist, or, if it does, it's subpar, etc.

P.S. There are some learning resources here: http://learn.perl.org.
  • Comment on Re: From PHP to Perl - Should I, and how?

Replies are listed 'Best First'.
Re^2: From PHP to Perl - Should I, and how?
by salazar (Scribe) on Mar 09, 2009 at 17:10 UTC
    Many thanks for the information, many more for the links. The library on learn.perl.org will prove extremely valuable, I am sure.