![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Aug 2005
Posts: 137
Rep Power: 3
![]() |
Suggestions on a good Perl book
Does anyone know a good book on Perl? I prefer books that go in depth about Perl features, have lots of example code and contains questions and exercises at the end to test your knowledge.
|
|
|
|
|
|
#2 |
|
Professional Programmer
|
The official O'Reilly one is what put me on the right course. It's about $30USD last time I checked, and VERY thick and in-depth. AFAIK, it even goes over popular modules (though I haven't dusted it off in almost a year
)
__________________
% rc4 hexkey < input > output
#define S ,t=s[i],s[i]=s[j],s[j]=t /* rc4 hexkey <file */
unsigned char k[256],s[256],i,j,t;main(c,v,e)char**v;{++v;while(++i)s[
i]=i;for(c=0;*(*v)++;k[c++]=e)sscanf((*v)++-1,"%2x",&e);while(j+=s[i]
+k[i%c]S,++i);for(j=0;c=~getchar();putchar(~c^s[t+=s[i]]))j+=s[++i]S;} |
|
|
|
|
|
#3 |
|
Programming Guru
![]() ![]() ![]() |
I only have two Perl books... this one is more advanced...
Professional Perl Programming by Peter Wainwright ISBN: 1-8619940-49-4 $59.99 USD Published by WROX
__________________
http://jasonpowers.net "There are a thousand hacking at the branches of evil to one who is striking at the root." |
|
|
|
|
|
#4 | |
|
Hobbyist Programmer
Join Date: Apr 2004
Location: Texas
Posts: 106
Rep Power: 5
![]() |
Quote:
http://www.oreilly.com/catalog/pperl3/ ... I bought my copy on ebay for under $20 and then ended up getting a second at an HP Perl training seminar. (1 for the office and one for the house ... go me!) EDIT: Perl in a Nutshell (O'Reilly) is also a good one to have around when you are using modules included with the standard distrobution of Perl. I own 3 copies of that particular book ...
__________________
[ [ SykkN alloc ] initWithThePowerTo: destroyYouAll ]; /* Don't make me use it! */ |
|
|
|
|
|
|
#5 |
|
Hobbyist Programmer
Join Date: Aug 2005
Posts: 137
Rep Power: 3
![]() |
Looking at the TOC for Programming Perl 3rd Edition, it looks like it covers some advanced topics that a beginner may have trouble understanding. Learning Perl 4th Edition looks more like a good book to start off with before moving to Programming Perl. Has anybody read this book?
|
|
|
|
|
|
#6 |
|
Programmer
Join Date: Aug 2005
Location: 0x0010 * 0x0091 + 0x0004
Posts: 65
Rep Power: 3
![]() |
__________________
#if 0 /* in case someone actually tries to compile this */ <Jim_McNeat> Is there like a way to put a compiler in "Just trust me on that one" mode? |
|
|
|
|
|
#7 | |
|
Hobbyist Programmer
Join Date: Aug 2005
Posts: 137
Rep Power: 3
![]() |
Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|