diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-28 17:21:07 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-28 17:21:07 +0000 |
commit | a1e2a3203e4b30744c9b7c687f0438326033e3c3 (patch) | |
tree | 943da214521e0f861963d9bef658eaf764f639ff /pod/perlref.pod | |
parent | a1ea39dc8940632216c22b20b6b3596817204581 (diff) | |
download | perl-a1e2a3203e4b30744c9b7c687f0438326033e3c3.tar.gz |
add perlreftut.pod
p4raw-id: //depot/perl@2357
Diffstat (limited to 'pod/perlref.pod')
-rw-r--r-- | pod/perlref.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perlref.pod b/pod/perlref.pod index aa4ddfbbfe..b59b4a876c 100644 --- a/pod/perlref.pod +++ b/pod/perlref.pod @@ -2,6 +2,12 @@ perlref - Perl references and nested data structures +=head1 NOTE + +This is complete documentation about all aspects of references. +For a shorter, tutorial introduction to just the essential features, +see L<perlreftut>. + =head1 DESCRIPTION Before release 5 of Perl it was difficult to represent complex data |