Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

gusious

macrumors 65816
Original poster
Dec 2, 2007
1,277
2
Greece
Hello!!!

Well, i'm very very interested to learn Perl. But where should i start from?

Can you guide me?

Also, i saw that i have 5.8.8 version of Perl. Is it necessary to upgrade to 5.10 which is the current version? If yes can you help me with that too?

Thanks! I really appreciate it!:D
 

iShater

macrumors 604
Aug 13, 2002
7,027
470
Chicagoland
Perl.com

And some of the PERL books (O'Reilly), like the Learning Perl (Llama), and Programming in PERL (Camel) books.

And like any other language, practice and code in it.
 

detz

macrumors 65816
Jun 29, 2007
1,051
0
I'll start you off, ALWAYS include these two lines at the top of your script.! :D

PHP:
use strict;
use warnings;
 

ChrisA

macrumors G5
Jan 5, 2006
12,919
2,173
Redondo Beach, California
Hello!!!

Well, i'm very very interested to learn Perl. But where should i start from?

Absolutely, without question the answer is
"Learning Perl" by Schwartz & Christiansen published by O'Reilly and Assoc.

After that yu can just get the reference material. "Programming Perl" from the same source but really most of us, after reading "Learning Perl" are good just with the on-line documentation. the on-line docs that are installed on your computer are very good and complete and always available. "Programming Perl" is NOT a beginner book put a very good reference
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.