diff options
author | Reini Urban <rurban@x-ray.at> | 2009-12-09 17:45:44 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-12-09 17:45:44 -0500 |
commit | 0aa6d4a524fe5cbd48c99d293e1d8b643ab0387a (patch) | |
tree | 73669731c83ef1e8e27512241368dc409ce31e44 /pod/perlhack.pod | |
parent | 85613cabfd8d8a9b6b36082819bd6c38e1bb21c7 (diff) | |
download | perl-0aa6d4a524fe5cbd48c99d293e1d8b643ab0387a.tar.gz |
Updated docpointer for illguts
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r-- | pod/perlhack.pod | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 73dec46e07..cfbf98e8d3 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -321,12 +321,10 @@ 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. -Gisle Aas's illustrated perlguts (also known as I<illguts>) is wonderful, -although a little out of date with regard to 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. +Gisle Aas's "illustrated perlguts", also known as I<illguts>, has very +helpful pictures: -L<http://www.perl.org/tpc/1998/Perl_Language_and_Modules/Perl%20Illustrated/> +L<http://search.cpan.org/dist/illguts/> =item L<perlxstut> and L<perlxs> |