[PLUG] perl for dummies

mikeraz at patch.com mikeraz at patch.com
Sun Jun 2 22:25:47 UTC 2002


On Sat, Jun 01, 2002 at 05:57:51PM -0700, Dave Poirier typed:
> Just kinda feeling overwhelmed with Perl at this point and wondering if
> anyone would care to share, sites or books they found helpful.  Any
> suggestions would be appreciated. Thanks much in advance.Dave

The Llama book - Learning Perl - commit a weekend to doing the whole book.  
Do every single exercise.  EVERY single one.  That was the foundation that
my Perl is built on.  

Check the PLUG archives for Paul Heinlein scripts.  Unlike what you'll find 
on CPAN they are small enough for you to grok the entire thing and learn from it.

Compare Matt's scripts (suggested elsewhere) with NMS (Not Matt's Scripts) both
sets have good levels of comments and the contrast of doing the same task as
implemented by two different programmers is more helpful than figuring out
what one person did.  

Magazine columns - because they tend to be very focused and explain the how of 
what they do.  Randal Schwartz posted a link to his stuff.

Port anything you have from a different language.  DOS batch files, Paul 
Heinlein's sh scripts, the AWK thing you wrote a year ago.  Porting something
you've done in a different language is very instructive and narrows the problem
set to just figuring out how to implement a solution in the new language.

http://www.perlmonks.org


-- 
    Michael Rasmussen  aka  mikeraz
   Be appropriate && Follow your curiosity

   "They that give up essential liberty to obtain
   temporary safety, deserve neither liberty nor safety."
				-- Benjamin Franklin 	

   and the fortune cookie says:
FORTRAN is the language of Powerful Computers.
		-- Steven Feiner




More information about the PLUG mailing list