Re :Camel Book

2002-03-21 Thread Sunish Kapoor
m: "Randal L. Schwartz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; "Sunish Kapoor" <[EMAIL PROTECTED]>; "Michael Kelly" <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 9:03 PM Subject: Re: Re :Camel Book > >>>>> "

Re: Re :Camel Book

2002-03-21 Thread Michael Kelly
On 3/20/02 8:26 PM, Sunish Kapoor <[EMAIL PROTECTED]> wrote: > Hi Teddy, > > Want an HTML version of Programming Perl Second version (Free) . > > Sunish > > ;-) No, I do not. And neither does anyone else. Rethink your outlook on piracy. -- Michael -- To unsubscribe, e-mail: [EMAIL PROTE

RE: Re :Camel Book

2002-03-21 Thread Scot Robnett
hat. Scot Robnett inSite Internet Solutions [EMAIL PROTECTED] -Original Message- From: Randal L. Schwartz [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 9:34 AM To: [EMAIL PROTECTED]; Sunish Kapoor; Michael Kelly Subject: Re: Re :Camel Book >>>>> "Su

Re: Re :Camel Book

2002-03-21 Thread Randal L. Schwartz
> "Sunish" == Sunish Kapoor <[EMAIL PROTECTED]> writes: Sunish> Want an HTML version of Programming Perl Second version (Free) . I would certainly hope that you are not serious. If you are, you'll be reported to O'Reilly's enforcement division. Pirating is no joke. -- Randal L. Schwartz

Re :Camel Book

2002-03-20 Thread Sunish Kapoor
Hi Teddy, Want an HTML version of Programming Perl Second version (Free) . Sunish ;-) - Original Message - From: "Michael Kelly" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 21, 2002 12:39 AM Subject: Re: Camel Book > On 3/20/02

Re: Camel Book

2002-03-20 Thread Michael Kelly
On 3/20/02 4:29 AM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > Hi all, > > I heard about that famous Camel Book for Perl but I don't know its real > name. > Please tell me if you know. > Thank you. > Teddy, "Programming Perl", by Larry Wall, Tom Christiansen, and Jon Orwant. http://www.orei

Re: Camel Book

2002-03-20 Thread Brett W. McCoy
On Wed, 20 Mar 2002, Octavian Rasnita wrote: > I heard about that famous Camel Book for Perl but I don't know its real > name. The full name is _Programming Perl_, by Larry Wall, et al. It's an O'Reilly book and can be found in any bookstore that has a computer section. -- Brett

RE: Camel Book

2002-03-20 Thread Camilo Gonzalez
IL PROTECTED]] Sent: Wednesday, March 20, 2002 8:33 AM To: [EMAIL PROTECTED] Subject: RE: Camel Book i'd imagine it'll be an o'reilly book - all their books have some kind of animal on the front. -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED]] Sent: 20 M

RE: Camel Book

2002-03-20 Thread matt stewart
i'd imagine it'll be an o'reilly book - all their books have some kind of animal on the front. -Original Message- From: Octavian Rasnita [mailto:[EMAIL PROTECTED]] Sent: 20 March 2002 12:29 To: [EMAIL PROTECTED] Subject: Camel Book Hi all, I heard about that famous Camel Book for Perl

Re: Camel Book and perldoc?

2001-06-06 Thread Brett W. McCoy
On Wed, 6 Jun 2001, SAWMaster wrote: > Hi Brett! Ok so where would I find this "Camel Book and perldoc"? > I'm completely lost as far as finding info on how to do what I want to > do. I have 8 books on order from the library, but they won't be due > in for at least 2 weeks. The Camel Book is t

RE: Camel Book and perldoc?

2001-06-06 Thread Andrew Nelson
http://www.oreilly.com/catalog/pperl3/ is the Camel Book. The most holy of resources. Treasure it. Cuddle it. Give it a gift for no reason. It's your best friend - or will be. perldoc is a command installed with perl. Try "perldoc" with no arguments from the command line, and explore from there.