Learning Perl

Status
Not open for further replies.

sourav123

Thinking Different
Hi,

I am thinking about learning Perl. Can you please point me to a good book to start with. I have a bit of programming language knowledge but I want to start from basics.
 

JGuru

Wise Old Owl
You can checkout this link Perl Tutorial : *www.sthomas.net/roberts-perl-tutorial.htm

Also Oreilly's : *www.perl.com/pub/a/2000/10/begperl1.html

My advice is go for Oreilly's book on Perl : *www.oreilly.com/pub/topic/perl
 

dheeraj_kumar

Legen-wait for it-dary!
I have a book called Learn CGI/Perl in 21 days by SAMS publishers. That one is quite good for beginners. I bought that book at class 8, and I could understand it :D
 

ninad_mhatre85

Journeyman
best way to learn is try some online tut suggested by JGuru
do hands on install perl on windows or if u have linux its pre installed.

and one more think try to learn regular expression this is best part of scripting ...
 
Beginners:

Programming Perl by Larry Wall, Tom Christiansen, Jon Orwant
*www.perl.org/books/beginning-perl/ (Beginning Perl by Simon Cozens)

Learning Perl - Randal Schwartz and Tom Phoenix

Advanced Users:


Mastering Perl By Brian Foy
Advanced Perl Programming By Simon Cozens
Professional Perl and MySQL (Professional Perl and MySQL)

For trials:

Wicked Cool Perl Scripts By Steve Oualline
 
Status
Not open for further replies.
Top Bottom