Link to home
Start Free TrialLog in
Avatar of UTEK
UTEK

asked on

Which Perl book is good?

I am looking for a book teaching Perl and CGI programming?
It will be great if it goes from beginner to advance.
Does anybody have any suggestions?
ASKER CERTIFIED SOLUTION
Avatar of ventolin
ventolin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of shlomoy
shlomoy

I'd suggest:

PERL by EXAMPLE by Ellie Quigley (2nd edition) ISBN:0-13-655689-2
(That's for learning Perl there's also a chapter on CGI - but after mastering Perl - you'll find CGI very easy!!)

CGI Developer's Guide by Eugene Eric Kim
(this is for learning CGI using examples - not very thorough - but let's you feel the power of CGI and motivates you)

Special Edition Using Perl for Web Programming by David Harlan, et al.
(for CGI programming)
> First I would read "Learning Perl (2nd Edition)"
 and if you're going to make real programs you probably switch back to the Camel book (1st Edition) ;-)
I used CGI/PERL cookbook and met my needs.
i think it only costs like 20 bucks too.

CJ
Avatar of UTEK

ASKER

Thanks