Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Best Perl and CGI Book

Status
Not open for further replies.

TheOrange

Programmer
Jun 23, 1999
14
US
I am about to buy a book or two on PERL and CGI. I have no prior experience with PERL or CGI, what would be the best book to buy. I'm looking at "Learning Perl" and "CGI Programming for the WWW" both by Orilley, and I already have access to the "Programming Perl" book.
 
IMHO...<br>
<br>
"Learning Perl" is probably the best start. Takes it easy to start.<br>
<br>
"Programming Perl" tends to be a little to assumptive of your ability and understanding of perl. Learning curve tends to be steep.<br>
<br>
I have a copy of "Advanced Perl Programming" also by O'Reilly, which I found of more use than "Programming Perl".<br>
<br>
Really worth a mention is "Perl Cookbook" (O'Reilly). A great book if you can get access to install the modules that it uses. Many of the recipies rely on them.<br>
<br>
Don't forget to use the man pages and perldoc (if available in your enviroment).<br>
<br>
CGI.. Check out the perldoc for the CGI module. It's cheaper than taking a gamble on the many perl/CGI books.<br>
<br>
Perl isn't the only CGI language. Check out /bin/sh and tcl.
 
Laura Lemay's "Teach Yourself Perl" is one of the best books I have ever used for learning any language, bar none. I already knew two dialects of C, so it only took four days to learn enough perl to rewrite two Linux bourne shell scripts in perl, to get them to do new and better things. I got TYP in a package deal from LCIS or SCBC -- don't recall which -- with Perl Core Language, by Steven Holzner, which is a good reference, but not so hot as a tutorial. At least one of Holzner's examples is wrong, but Lemay furnishes the correct code in her book.<br>
<br>
I think of perl as C with a dash of spice and a twist of lemon. As far as I am concerned, sh, bash etc. may run fast, but perl is faster to code and a lot easier to read and understand (documentation, documentation, ...). And if I want a perl script to run fast, I can compile it.<br>
<br>

 
Learning Perl" had me up and writing (and completing ;^) quite complex Perl scripts within a week. Highly recommended.<br>
<br>
I've also got the O'Reilly "CGI Programming for the This is also good, although some of the examples got on my nerves. (I can't face Kumquats any more...)<br>
<br>
"Perl Cookbook" is highly recommended. I borrowed this for a couple of minutes off a colleague about four weeks ago, and he's not seen it since :^)
 
for a indepth tutorial on PERL try <br>
Jon Orwant's Perl 5 Interactive Course. It's very complete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top