On Wed, 2002-05-15 at 11:46, Robert Beau Link wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Tuesday 14 May 2002 11:05 pm, Jim C. wrote:
> > There was a lot of stuff removed from Learning Perl 3rd Ed
> Any comments from the gang on _Programming_ Perl 2nd ed v. 3rd ed?  
> Will I do myself irreparable harm studying from the older edition of 
> Programming Perl at this late date?
> 
> - -- 
> beau
> "Thanks for Everything"--Issei
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.4 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
> 
> iD8DBQE84oLRbMtNI7KvfxQRAq/eAJ4iFT7ZOuGeB+yMVAhOrihvMQ1vYwCeN9Pr
> oPC/I70XZv0usr2vMQCXp2c=
> =Sfp6
> -----END PGP SIGNATURE-----

2nd Camel covers Perl 5 and 3rd Camel covers Perl 5.6.  There is nothing
(to my knowledge at least) in Perl 5 that doesn't work in Perl 5.6. 
There are some nice additions to Perl 5.6 though: our variables (a
better global) and some syntax clean ups (ie 5.6's
$HashOfCoderefs{key}(@args) vs 5's &{$HashOfCoderefs{key}}(@args) or
$HashOfCoderefs{key}->(@args)).  Frankly there are a lot of production
machines out there still using Perl 5.005 so you can get burned by
reading 3rd Camel (I know I have gotten burned by the lack of our
several times). 
 
-- 
Today is Setting Orange the 62nd day of Discord in the YOLD 3168
Fnord.

Missile Address: 33:48:3.521N  84:23:34.786W


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to