RE: [Perl-unix-users] Learning perl

2003-07-23 Thread FC_Yoong
Sent by: cc: [EMAIL PROTECTED] Subject: RE: [Perl-unix-users] Learning perl

RE: [Perl-unix-users] Learning perl

2003-07-23 Thread Andrew Timberlake-Newell
st one book that was pretty close to being a hardbound version of the perldocs anyway. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anthony Ettinger Sent: Wednesday, July 23, 2003 4:08 PM To: Danny L. Brow, Jr.; [EMAIL PROTECTED] Subject: Re: [Perl-unix-

Re: [Perl-unix-users] Learning perl

2003-07-23 Thread Anthony Ettinger
doing the exercises and writing little scripts as exercises definitely helps. depends on what you want to use perl for. I like the CGI Programming book by O'Reillyand also Object Oriented Perl by Damian Conway, if you want to get into it. Personally, I think the Programming Perl book is too m

Re: [Perl-unix-users] Learning Perl.

2003-06-27 Thread Danny L. Brow, Jr.
thanks for all your reply's. Dan. From: "Danny L. Brow, Jr." <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [Perl-unix-users] Learning Perl. Date: Fri, 27 Jun 2003 20:19:40 -0400 Hi everyone, I am currently reading Learing Perl from O'reilly and was wondering if this is a good book to learn

Re: [Perl-unix-users] Learning Perl.

2003-06-27 Thread Todd J Pardi
Hi Dan, If you are using windows or plan to run scripts on windows my favorite is "Win32 Perl scripting" by Dave Roth. The examples are great and His web site a great resource.  I must say joining this list will be the most helpful in learning perl, at least it was for me. Thank you, Todd Pardi

Re: [Perl-unix-users] Learning Perl.

2003-06-27 Thread Anthony Ettinger
It's a pretty good one. although I think it really depends on what you want to do with perl. It gets you started on using the language, but I found it wasn't all that helpful for building a web-based database application. For that I recommend mysql by oreilly, and CGI Programming by oreilly. Tho