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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl for Lamers?

Status
Not open for further replies.

Cadwalader

IS-IT--Management
Feb 12, 2002
297
US
I am new to some of the higher programming lanuages--let's put it this way, I fumble through JavaScript. Someone told me not to even bother learning JS because Perl can blow it's doors off. So is there a good website that I can go to and learn Perl (as my needs relate mostly to web based stuff) from the beginning and get a good grasp on it real fast? I have been looking and looking, but all I am coming up with is stuff that seems to be over my head (heck, for the past month I thought "perl" was spelled "pearl").Thanks for the help.

--President of the Lamer's Guild International (just kidding)
Thanks...
 
you can try it gives somewhat of a crash course in perl, though it doesnt teach the best programming practices in the world. The author says she's gonna publish another book that should be much better, i dont know if she'll update the tutorials on her site though. Its definitely just a place to start, to get a handle for perl, but do not stop there or you'll end up writing some sloppy, unsecure code
 
Mabey spen a bit of money and get a book, theres a heap specifically in CGI, or for a broad overview of perl try "Sams teach yourself perl in 21 days", I just read it and am making html forms and the programs togo with them... all in 21 days, my next step is a perl cgi book, there $10 aussie at my local book store!!! skottieb:)
 
Thanks. All gci101 and wush.net look like they are going to be very helpful. :)
 
I'm surprised no-one has suggested it yet, but "Learning Perl" by Schwartz & Christiansen is a very good book for beginners - it's a great 1st book for Perl. Hardy Merrill
 
One thing I forgot to mention - if your system already has Perl on it, Perl *comes with* excellent documentation called "perldocs". To get started, you can do

perldoc perl

at a command prompt - that will list all the different topics covered by the perldocs. Then, to look at one of the topics(Ex: Perl Operators - "perlop"), just do

perldoc perlop

HTH. Hardy Merrill
 
and - look for the tutorials link near the bottom of the page. 'hope this helps

If you are new to Tek-Tips, please use descriptive titles, check the FAQs, and beware the evil typo.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top