Re: Good books to study perl interpreter

2015-03-30 Thread Brock Wilcox
It'd be neat if there was an equivalent to "Ruby Under A Microscope" for Perl5. That book is FANTASTIC at exploring the internals of the YARV (c-ruby) data structures and general inner-workings. --Brock On Mon, Mar 30, 2015 at 1:13 PM, Hao Wu wrote: > Hi, rakesh, > > search 'perl internal', wi

Re: Good books to study perl interpreter

2015-03-30 Thread Hao Wu
Hi, rakesh, search 'perl internal', will give you most of the result. *Extending and Embedding Perl* is the book you are looking for. On Mon, Mar 30, 2015 at 9:42 AM, rakesh sharma wrote: > Hi all > > Please suggest nice books to know perl interpreter. In depth books is that > i am looking for

Re: Good books to study perl interpreter

2015-03-30 Thread Jim Gibson
The best book on Perl (in my opinion) is “Programming Perl, 4th ed.”, Christiansen, foy, Wall, & Orwant. See “perldoc perlbook” for other recommendations, as well as > On Mar 30, 2015, at 9:42 AM, rakesh sharma wrote: > > Hi all > > Please suggest nice books to know

Re: Good books to study perl interpreter

2015-03-30 Thread Shawn H Corey
On Mon, 30 Mar 2015 22:12:51 +0530 rakesh sharma wrote: > Hi all > > Please suggest nice books to know perl interpreter. In depth books is > that i am looking for. > > Thanks > Rakesh FYI: some useful Perl links. • Official site • Beginners' help

Re: Good books to study perl interpreter

2015-03-30 Thread Shlomi Fish
Hi Rakesh, On Mon, 30 Mar 2015 22:12:51 +0530 rakesh sharma wrote: > Hi all > > Please suggest nice books to know perl interpreter. In depth books is that i > am looking for. > are you interested in learning how to write code in the Perl 5 programming language (using CPAN modules/etc.) that w

Good books to study perl interpreter

2015-03-30 Thread rakesh sharma
Hi all Please suggest nice books to know perl interpreter. In depth books is that i am looking for. Thanks Rakesh