summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJim Cromie <jim.cromie@gmail.com>2009-06-12 15:27:11 -0600
committerDavid Mitchell <davem@iabyn.com>2009-06-26 15:15:57 +0100
commitb4782b164474ebfc559e3a2a535c8a66a1cce783 (patch)
treef63654689d9459ce812211bbf0b9e9508b1f5d7e /pod
parent11f90d967f869ebd6935c2ebee7eaff41ce9f53a (diff)
downloadperl-b4782b164474ebfc559e3a2a535c8a66a1cce783.tar.gz
point illguts at perl.org
(cherry picked from commit de10be12cd3b4d2e91c136c495230f49b31a4511)
Diffstat (limited to 'pod')
-rw-r--r--pod/perlhack.pod10
1 files changed, 6 insertions, 4 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 72c2fc06fc..a0e9e02c04 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -321,10 +321,12 @@ might start to make sense - don't worry if it doesn't yet, because the
best way to study it is to read it in conjunction with poking at Perl
source, and we'll do that later on.
-You might also want to look at Gisle Aas's illustrated perlguts -
-there's no guarantee that this will be absolutely up-to-date with the
-latest documentation in the Perl core, but the fundamentals will be
-right. ( http://gisle.aas.no/perl/illguts/ )
+Gisle Aas's illustrated perlguts (aka: illguts) is wonderful, although
+a little out of date wrt some size details; the various SV structures
+have since been reworked for smaller memory footprint. The
+fundamentals are right however, and the pictures are very helpful.
+
+http://www.perl.org/tpc/1998/Perl_Language_and_Modules/Perl%20Illustrated/
=item L<perlxstut> and L<perlxs>