in reply to Re: How Many Perl Books Do You Own?
in thread How Many Perl Books Do You Own?

Wow, that does look like a substantial library eh? ;-)

I think that I am a lucky owner of but a few books
from your list.  Most of my knowledge about Perl comes
from various on-line sources (news groups, sites, and numerous
pods on any module).  For various CS topics (such as
algorithms etc.) i have a few books here and there.
Seems like all that it takes to hack hehe ;).

1. Programming Perl.
2. Perl in a Nutshell.
3. Perl Cookbook.


--
print join(" ", map { sprintf "%#02x", $_ }unpack("C*",pack("L",0x1234 +5678)))