summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJim Cromie <jim.cromie@gmail.com>2009-06-12 15:27:11 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-06-21 14:11:51 +0200
commitde10be12cd3b4d2e91c136c495230f49b31a4511 (patch)
treecb4c3ae4860f4fef04edd8174a9aeac7d05a7d3e /pod
parent4fec321675757b1adbfc9b8317737404d211664f (diff)
downloadperl-de10be12cd3b4d2e91c136c495230f49b31a4511.tar.gz
point illguts at perl.org
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>