Re: Not working example - from Mastering Perl book

2015-05-03 Thread Octavian Rasnita
ain My name is glob Le 03/05/2015 10:01, Octavian Rasnita a écrit : > Hello, > > I've seen the following example in Mastering Perl book, with the comment > at the end telling what should be the result: > > #!/usr/bin/perl > # t

Re: Not working example - from Mastering Perl book

2015-05-03 Thread Andrew Solomon
I'm from package main > My name is glob > > Le 03/05/2015 10:01, Octavian Rasnita a écrit : > > Hello, > > > > I've seen the following example in Mastering Perl book, with the comment > > at the end telling what should be the result: > > > > #!/

Re: Not working example - from Mastering Perl book

2015-05-03 Thread Vincent Lequertier
Same output here, with perl 5, version 20, subversion 2 (v5.20.2) built for x86_64-linux-thread-multi. I'm from package main My name is glob I'm from package main My name is glob Le 03/05/2015 10:01, Octavian Rasnita a écrit : > Hello, > > I've seen the following exampl

Not working example - from Mastering Perl book

2015-05-03 Thread Octavian Rasnita
Hello, I've seen the following example in Mastering Perl book, with the comment at the end telling what should be the result: #!/usr/bin/perl # typeglob-name-package.pl use v5.10; $foo = "Some value"; $bar = "Another value"; who_am_i( *foo ); who_am_i( *bar ); s

Re: Need a Perl Book for Beginner

2012-12-05 Thread Keith McKenzie
I'm teaching myself, & I concur; Learning Perl is a good foundation; I have but haven't yet read Perl Cookbook but it is next on my agenda, to be followed by Programming Perl (which I have already bought) when I have more time. -- Sent from FOSS (Free Open Source Software) Debian GNU/Linux -- To

Re: Need a Perl Book for Beginner

2012-12-05 Thread Jamie Paul Griffin
* David Christensen [2012-12-04 18:36:13 -0800]: > On 12/04/12 14:56, Asad wrote: > > Would you guidance to start develop logic for perl programming . > >Also I am looking for a book to start with . > > Which explains the basic of perl programming with examples also > >how

Re: Need a Perl Book for Beginner

2012-12-05 Thread Tony Esposito
I agree with David ... good list. Tony From: David Christensen To: beginners@perl.org Sent: Tuesday, 4 December 2012, 20:36 Subject: Re: Need a Perl Book for Beginner On 12/04/12 14:56, Asad wrote: >            Would you guidance to start  develop lo

Re: Need a Perl Book for Beginner

2012-12-04 Thread Franklin Lawerence
Thanks Shawn -Frank On Wed, Dec 5, 2012 at 10:34 AM, shawn wilson wrote: > also, since the op was on a free kick, i'll point this out (maybe i've > done so before in this forum) - http://hackershelf.com/browse/ > > On Tue, Dec 4, 2012 at 11:20 PM, Franklin Lawerence > wrote: > > Thanks a lot.

Re: Need a Perl Book for Beginner

2012-12-04 Thread shawn wilson
also, since the op was on a free kick, i'll point this out (maybe i've done so before in this forum) - http://hackershelf.com/browse/ On Tue, Dec 4, 2012 at 11:20 PM, Franklin Lawerence wrote: > Thanks a lot. :) > > -Frank > > On Wed, Dec 5, 2012 at 9:23 AM, Chankey Pathak wrote: > >> Ovid has w

Re: Need a Perl Book for Beginner

2012-12-04 Thread Franklin Lawerence
Thanks a lot. :) -Frank On Wed, Dec 5, 2012 at 9:23 AM, Chankey Pathak wrote: > Ovid has written a nice book, which is available online, you may refer it: > ofps.oreilly.com/titles/9781118013847/ > > > On Wed, Dec 5, 2012 at 4:26 AM, Asad wrote: > > > Hi All , > > > > Would you guida

Re: Need a Perl Book for Beginner

2012-12-04 Thread Chankey Pathak
Ovid has written a nice book, which is available online, you may refer it: ofps.oreilly.com/titles/9781118013847/ On Wed, Dec 5, 2012 at 4:26 AM, Asad wrote: > Hi All , > > Would you guidance to start develop logic for perl programming . > Also I am looking for a book to start with .

Re: Need a Perl Book for Beginner

2012-12-04 Thread Francisco Valladolid H.
Hi. On Tue, Dec 4, 2012 at 4:56 PM, Asad wrote: > Hi All , > > Would you guidance to start develop logic for perl programming . > Also I am looking for a book to start with . > > IMHO Learning Perl is such book, the Sixth edition cover all necessary topics; You can buy the ebook edit

Re: Need a Perl Book for Beginner

2012-12-04 Thread David Christensen
On 12/04/12 14:56, Asad wrote: Would you guidance to start develop logic for perl programming . Also I am looking for a book to start with . Which explains the basic of perl programming with examples also how to develop logic for programing. IMHO the canonical trilogy f

Re: Need a Perl Book for Beginner

2012-12-04 Thread John SJ Anderson
On Dec 4, 2012, at 4:32 PM, shawn wilson wrote: > yeah, it's why i didn't mention it and i think people sorta think of > the camel book like learning c with k&r - you can, but it doesn't have > that nice, friendly, beginner touch to it ;) I think the better analogy is: _Beginning Perl_ : _Pro

Re: Need a Perl Book for Beginner

2012-12-04 Thread shawn wilson
On Tue, Dec 4, 2012 at 7:07 PM, Sébastien Feugère wrote: > I use Programming Perl (the "Camel Book") too++, but some people don't > recommend it for beginners. Even if it has been re-issue this year, > maybe they think it's too much "old-styled". > yeah, it's why i didn't mention it and i think

Re: Need a Perl Book for Beginner

2012-12-04 Thread Sébastien Feugère
I hear a lot about Modern Perl. This one is from 2011-2012. http://modernperlbooks.com/books/modern_perl/chapter_00.html I use Programming Perl (the "Camel Book") too++, but some people don't recommend it for beginners. Even if it has been re-issue this year, maybe they think it's too much "old-st

Re: Need a Perl Book for Beginner

2012-12-04 Thread shawn wilson
I have a copy of the Perl Black Book for a few years and it is still fairly mint fwiw. i'd go with modern perl or beginning perl. or find whatever interests you and pick up *cookbook (how i like to learn) and then start looking at (scrutinizing) other peoples' code. On Tue, Dec 4, 2012 at 6:13 PM,

Re: Need a Perl Book for Beginner

2012-12-04 Thread Leo Susanto
I want to recommend Perl Black Book, it's a good illustrating the scenario and solution approach with Perl On Tue, Dec 4, 2012 at 3:06 PM, Danny Gratzer wrote: > Id recommend beginning perl by brian d foy or try programming perk > On Dec 4, 2012 4:58 PM, "Asad" wrote: > >> Hi All , >> >>

Re: Need a Perl Book for Beginner

2012-12-04 Thread Pat Soberanis
I've been using this as a reference. It's free on perl.org. http://learn.perl.org/books/beginning-perl/ Pat Soberanis Landline: 916-930-0923 pat.sobera...@gmail.com On Dec 4, 2012, at 3:06 PM, Danny Gratzer wrote: > Id recommend beginning perl by brian d foy or try programming perk > On Dec 4

Re: Need a Perl Book for Beginner

2012-12-04 Thread Danny Gratzer
Id recommend beginning perl by brian d foy or try programming perk On Dec 4, 2012 4:58 PM, "Asad" wrote: > Hi All , > > Would you guidance to start develop logic for perl programming . > Also I am looking for a book to start with . > > Which explains the basic of perl progr

Need a Perl Book for Beginner

2012-12-04 Thread Asad
Hi All , Would you guidance to start develop logic for perl programming . Also I am looking for a book to start with . Which explains the basic of perl programming with examples also how to develop logic for programing. If some can share a PDF of book which wou

Re: chromatic's "Modern Perl" book is out.

2010-11-12 Thread Sheppy R
Yes, follow the link, you can purchase a paper book. On Fri, Nov 12, 2010 at 5:18 PM, David Christensen < dpchr...@holgerdanske.com> wrote: > Shlomi Fish wrote: > >> chromatic's "Modern Perl" book is finally out and is available as free >> PDFs downlo

Re: chromatic's "Modern Perl" book is out.

2010-11-12 Thread David Christensen
Shlomi Fish wrote: chromatic's "Modern Perl" book is finally out and is available as free PDFs downloads: Is a book version available? David -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: chromatic's "Modern Perl" book is out.

2010-11-12 Thread Parag Kalra
: > Hi all, > > chromatic's "Modern Perl" book is finally out and is available as free PDFs > downloads: > > http://www.modernperlbooks.com/mt/2010/11/the-book-is-out.html > > I have read the book and can recommend it for beginners. > > I should note tha

chromatic's "Modern Perl" book is out.

2010-11-12 Thread Shlomi Fish
Hi all, chromatic's "Modern Perl" book is finally out and is available as free PDFs downloads: http://www.modernperlbooks.com/mt/2010/11/the-book-is-out.html I have read the book and can recommend it for beginners. I should note that both Yuval Kogman and I have contribute

Re: from intermediate perl book on closure and callback

2008-06-19 Thread John W. Krahn
Richard Lee wrote: trying to understand closure perldoc -q closure and callback(bit over my head but) while I think i grasp most of the ideas from below program.. I don't think I understand why ( ) is needed in my $sum = $subs{$_}{GETTER}->( ); #!/usr/bin/perl use warnings; use strict

Re: from intermediate perl book on closure and callback

2008-06-18 Thread Jenda Krynicky
From: Richard Lee <[EMAIL PROTECTED]> > trying to understand closure and callback(bit over my head but) > > while I think i grasp most of the ideas from below program.. I don't > think I understand why ( ) is needed in > > my $sum = $subs{$_}{GETTER}->( ); Because $subs{$_}{GE

Re: from intermediate perl book on closure and callback

2008-06-18 Thread Chas. Owens
On Wed, Jun 18, 2008 at 20:02, Richard Lee <[EMAIL PROTECTED]> wrote: > trying to understand closure and callback(bit over my head but) > > while I think i grasp most of the ideas from below program.. I don't think I > understand why ( ) is needed in > > my $sum = $subs{$_}{GETTER}->( ); snip You

from intermediate perl book on closure and callback

2008-06-18 Thread Richard Lee
trying to understand closure and callback(bit over my head but) while I think i grasp most of the ideas from below program.. I don't think I understand why ( ) is needed in my $sum = $subs{$_}{GETTER}->( ); #!/usr/bin/perl use warnings; use strict; use File::Find; sub create_find_callback

Re: Need help with Perl Book

2005-10-04 Thread Chris Devers
On Tue, 4 Oct 2005, Tom Allison wrote: > Bobby Jafari wrote: > > Hi All, > > > > I am looking for a suitable Perl Book to buy. I use Perl mainly for > > running test scripts on Telecommunications based products. I use > > Net::SNMP and Net::Telnet extensively

Re: Need help with Perl Book

2005-10-04 Thread Tom Allison
Bobby Jafari wrote: Hi All, I am looking for a suitable Perl Book to buy. I use Perl mainly for running test scripts on Telecommunications based products. I use Net::SNMP and Net::Telnet extensively. I also need a book on a good GUI Interface for Perl. Is TK a good option? What are other GUI

Need help with Perl Book

2005-10-03 Thread Bobby Jafari
Hi All, I am looking for a suitable Perl Book to buy. I use Perl mainly for running test scripts on Telecommunications based products. I use Net::SNMP and Net::Telnet extensively. I also need a book on a good GUI Interface for Perl. Is TK a good option? What are other GUI support available for

Re: perl book

2004-04-20 Thread Randy W. Sims
Prem Vilas Fortran M. Rara wrote: any online version? There are some online books and other resources at . Regards, Randy. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: perl book

2004-04-20 Thread James Edward Gray II
On Apr 20, 2004, at 5:52 AM, Prem Vilas Fortran M. Rara wrote: i am looking for a very good perl book. what can you recommend? thank you. This is an FAQ. On a system with Perl installed, you can probably read the response by feeding the command line: perldoc -q books James -- To unsubscribe

Re: perl book

2004-04-20 Thread james
Prem Vilas Fortran M. Rara wrote: i am looking for a very good perl book. what can you recommend? thank you. prem = [Prem's blog] http://www.premrara.com __ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢

Re: perl book

2004-04-20 Thread james
Prem Vilas Fortran M. Rara wrote: i am looking for a very good perl book. what can you recommend? thank you. prem = [Prem's blog] http://www.premrara.com __ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢

Re: perl book

2004-04-20 Thread Gabriel Striewe
You could try O'Reilly's Safari at http://safari.oreilly.com/?x=1&mode=section&sortKey=title&sortOrder=asc&view=&xmlid=0-596-00027-8/copyright&open=false&g=&catid=&s=1&b=1&f=1&t=1&c=1&u=1&r=&o=1 but you need to subsribe to it (they do offer a trial). Apart from that, I do not know about other o

Re: perl book

2004-04-20 Thread Gabriel Striewe
t 03:52:01AM -0700, Prem Vilas Fortran M. Rara wrote: > i am looking for a very good perl book. what can you > recommend? thank you. > > prem > > = > [Prem's blog] http://www.premrara.com > > > > > __

Re: perl book

2004-04-20 Thread David Dorward
On 20 Apr 2004, at 12:10, Prem Vilas Fortran M. Rara wrote: --- Gabriel Striewe <[EMAIL PROTECTED]> wrote: *"Programming Perl" by Larry Wall (the author of Perl himself), Tom Christiansen and Jon Orwant any online version? , which also has Learning Perl. -- David Dorwar

Re: perl book

2004-04-20 Thread Prem Vilas Fortran M. Rara
any online version? prem --- Gabriel Striewe <[EMAIL PROTECTED]> wrote: > *"Programming Perl" by Larry Wall (the author of > Perl himself), Tom > Christiansen and Jon Orwant > > Regards > > Gabriel = [Prem's blog] http://www.premrara.com ___

perl book

2004-04-20 Thread Prem Vilas Fortran M. Rara
i am looking for a very good perl book. what can you recommend? thank you. prem = [Prem's blog] http://www.premrara.com __ Do you Yahoo!? Yahoo! Photos: High-quality 4x6 digital prints for 25¢ http://photos.yahoo.com/ph/print_s

RE: best beginning perl book is?

2003-11-21 Thread Paul Kraus
Lets not forget http://safari.oreilly.com This site would have saved me 1000's if I had known about it sooner :) Paul -Original Message- From: Eric Greene [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 4:20 PM To: [EMAIL PROTECTED] Subject: best beginning perl bo

RE: best beginning perl book is?

2003-11-21 Thread Levon Barker
omend it for anyone learning Perl. Levon Barker > -Original Message- > From: Eric Greene [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 20, 2003 4:20 PM > To: [EMAIL PROTECTED] > Subject: best beginning perl book is? > > > thanks for any suggestions. I am a pr

Re: best beginning perl book is?

2003-11-21 Thread Bob X
http://www.manning.com/Johnson/index.html -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: best beginning perl book is?

2003-11-20 Thread drieux
On Thursday, Nov 20, 2003, at 13:20 US/Pacific, Eric Greene wrote: [..] thanks for any suggestions. I am a programming novice. A fun place to start on the web - for perl stuff is There is the Or you might just go with say

best beginning perl book is?

2003-11-20 Thread Eric Greene
thanks for any suggestions. I am a programming novice.

RE: Perl book

2003-01-17 Thread Dylan Boudreau
ey to getting a new one :-) Cheers, Dylan -Original Message- From: Randal L. Schwartz [mailto:[EMAIL PROTECTED]] Sent: January 15, 2003 11:23 PM To: [EMAIL PROTECTED] Subject: Re: Perl book >>>>> "Dylan" == Dylan Boudreau <[EMAIL PROTECTED]> writes: Dyla

RE: Perl book

2003-01-16 Thread Meidling, Keith, CTR, OSD-C3I
:50 AM To: Dan Muey Cc: Dylan Boudreau; [EMAIL PROTECTED] Subject: Re: Perl book I generally like the O'Reilly Perl books, and I've had good luck with them. I can't use them as my only Perl reference, though. I don't pick up the condescending tone in them that you

Re: Perl book

2003-01-15 Thread Randal L. Schwartz
to recommend another book that would fit quite nicely. :-) print "Just another Perl [book] hacker," -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 <[EMAIL PROTECTED]> http://www.stonehenge.com/merlyn/> Perl/Unix/security consulting, Technical wr

RE: Perl book

2003-01-15 Thread Dan Muey
> There is a pink and a blue camel book from O'Reilly. What is > the difference, and which comes most highly recommended? One is for boys and one is for girls. Sorry I couldn't resist! Are they the same title? If so probably the newest one would be more up to date. > > Robbie -- To unsubscr

RE: Perl book

2003-01-15 Thread Ken Lehman
Pink is first edition, blue is second edition, i think there is a third edition out now, may as well go for the latest and greatest -Ken -Original Message- From: Robbie Staufer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 12:20 PM To: [EMAIL PROTECTED] Subject: Re: Perl

Re: Perl book

2003-01-15 Thread Robbie Staufer
There is a pink and a blue camel book from O'Reilly. What is the difference, and which comes most highly recommended? Robbie -- -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* Robbie Staufer NCAR/SCD 1850 Table Mesa Dr. Rm. 42 Boulder, CO. 80305 (303) 497-1836 -- To unsubscribe, e-mail:

RE: Perl book

2003-01-15 Thread Dan Muey
you can get it used for $10, super. > > > -Original Message- > > From: Dan Muey [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 15, 2003 11:25 AM > > To: [EMAIL PROTECTED]; Dylan Boudreau; [EMAIL

RE: Perl book

2003-01-15 Thread Paul Kraus
reau; [EMAIL PROTECTED] > Subject: RE: Perl book > > > > > > > On Wed, 15 Jan 2003 11:39:04 -0400, "Dylan Boudreau" > > <[EMAIL PROTECTED]> wrote: > > > > > I am a network administrator main

Re: Perl book

2003-01-15 Thread Ben Siders
a learning tool. Is the book you are referring too call "The Black Book of Perl" or "Perl Black Book"? I ask because I can't find any instance of "The Black Book of Perl" when searching chapters.ca or amazon.com. Is this book a good learning tool or more of a r

RE: Perl book

2003-01-15 Thread Dan Muey
ok a good learning tool or more of a reference? > > Thanks again, > > Dylan > > -----Original Message- > From: Dan Muey [mailto:[EMAIL PROTECTED]] > Sent: January 15, 2003 12:12 PM > To: Dylan Boudreau; [EMAIL PROTECTED] > Subject: RE: Perl book > >

RE: Perl book

2003-01-15 Thread Dylan Boudreau
7;; [EMAIL PROTECTED] Subject: RE: Perl book According to Amazon the Perl black book is out of print. :( you got me all hyped about checking it out :) > -Original Message- > From: Dan Muey [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 11:12 AM > To: Dylan Boudreau;

RE: Perl book

2003-01-15 Thread Dan Muey
> > On Wed, 15 Jan 2003 11:39:04 -0400, "Dylan Boudreau" > <[EMAIL PROTECTED]> wrote: > > > I am a network administrator maintaining strictly Unix > boxes of some > > type or another. I want to become as proficient at Perl as > I possibly > >

RE: Perl book

2003-01-15 Thread Dan Muey
y [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 15, 2003 11:12 AM > > To: Dylan Boudreau; [EMAIL PROTECTED] > > Subject: RE: Perl book > > > > > > > > I'd say go to the library then and check out some books > > ( have them get them other

RE: Perl book

2003-01-15 Thread Paul Kraus
According to Amazon the Perl black book is out of print. :( you got me all hyped about checking it out :) > -Original Message- > From: Dan Muey [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 11:12 AM > To: Dylan Boudreau; [EMAIL PROTECTED] > Subject

RE: Perl book

2003-01-15 Thread wiggins
On Wed, 15 Jan 2003 11:39:04 -0400, "Dylan Boudreau" <[EMAIL PROTECTED]> wrote: > I am a network administrator maintaining strictly Unix boxes of some > type or another. I want to become as proficient at Perl as I possibly > can because I see scri

RE: Perl book

2003-01-15 Thread Dan Muey
o read another book before I get > in to that one so I have a good base. > > I think the main thing I want to get out of the next book is > more familiarity with modules because Learning Perl doesn't > really cover them well at all. > > Dylan > > -Original Me

Re: Perl book

2003-01-15 Thread Jostein Berntsen
Hi, I think this book is very good with many useful examples: http://www.manning.com/cross/ and this is a good one too: http://vig.prenhall.com/catalog/academic/product/1,4096,0130282510,00.html Read, code and enjoy! Jostein > I have already read Learning Perl and am looking to get another b

RE: Perl book

2003-01-15 Thread Dylan Boudreau
ary 15, 2003 11:32 AM To: Dylan Boudreau; [EMAIL PROTECTED] Subject: RE: Perl book The black books are very nice. I like them better than the Orielly ones. Not to start a flame war, I just like em better. Also there's the 'using perl' for specifci jobs, system admin, web programm

Re: Perl book

2003-01-15 Thread Ben Siders
nt: Wednesday, January 15, 2003 10:06 AM To: [EMAIL PROTECTED] Subject: Perl book I have already read Learning Perl and am looking to get another book to learn more what would people recommend? Thanks, Dylan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Perl book

2003-01-15 Thread Dan Muey
u can't go wrong with anything perl!!! Dan > -Original Message- > From: Dylan Boudreau [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 9:06 AM > To: [EMAIL PROTECTED] > Subject: Perl book > > > I have already read Learning Perl and am loo

RE: Perl book

2003-01-15 Thread Beau E. Cox
HI - > -Original Message- > From: Dylan Boudreau [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 5:06 AM > To: [EMAIL PROTECTED] > Subject: Perl book > > > I have already read Learning Perl and am looking to get another book to > learn more

RE: Perl book

2003-01-15 Thread Paul Kraus
Programming Perl by Oreilly > -Original Message- > From: Dylan Boudreau [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 15, 2003 10:06 AM > To: [EMAIL PROTECTED] > Subject: Perl book > > > I have already read Learning Perl and am looking to get > anot

Perl book

2003-01-15 Thread Dylan Boudreau
I have already read Learning Perl and am looking to get another book to learn more what would people recommend? Thanks, Dylan

Re: Which perl book is the best for a newbie?

2001-07-25 Thread Super Newbie
Thanks very much for everyone answered this question... : ) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Which perl book is the best for a newbie?

2001-07-25 Thread Steve Mallett
I bought the "Sam's Teach Yourself Perl in 21 seconds" book...Learning Perl wasn't available at the time. Then as a companion I bought the Camel book (Programming Perl). Going through the Sams book was OK until they asked me to do an exercise whose example answer used the "foreach" statement

Re: Which perl book is the best for a newbie?

2001-07-25 Thread Ron Smith
er book that's full of goodies is: "Mastering Regular Expressions by: Jeffrey E. F. Friedl". Good Luck, Ron >From: "Super Newbie" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Subject: Which perl book is the best for a newbie? >Date: Wed, 25 Jul 2001 16:41:3

Re: Which perl book is the best for a newbie?

2001-07-25 Thread Sascha Kersken
Hi! I think the best one is "Learning Perl" by Randal L.Schwartz an Tom Christiansen, from O'Reilly. Sascha -- >Von: "Super Newbie" <[EMAIL PROTECTED]> >An: <[EMAIL PROTECTED]> >Betreff: Which perl book is the best for a newbie? >Datum

Re: Which perl book is the best for a newbie?

2001-07-25 Thread Mel Matsuoka
At 04:41 PM 07/25/2001 +0900, Super Newbie wrote: >Which Perl book is the best for a newbie? Any recommendation? > "Elements of Programming with Perl" from Andrew Johnson. "Learning Perl" by Randal Schwartz. Both books rock. Aloha, mel -- mel matsuoka

Which perl book is the best for a newbie?

2001-07-25 Thread Super Newbie
Which Perl book is the best for a newbie? Any recommendation? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]