summaryrefslogtreecommitdiff
path: root/lib/fields.pm
diff options
context:
space:
mode:
authorGisle Aas <gisle@aas.no>1998-07-11 02:16:53 +0200
committerGurusamy Sarathy <gsar@cpan.org>1998-07-11 18:45:32 +0000
commit31a572f1af10f4f4aa17b8feb0c7306d17041839 (patch)
tree06b16d38984bfd0492248088cbee3c870d8c0fc0 /lib/fields.pm
parent17f71141966ee46b5f078333acef6afd9893a4f4 (diff)
downloadperl-31a572f1af10f4f4aa17b8feb0c7306d17041839.tar.gz
s/AVHV/pseudo-hash/ (via PM)
Message-ID: <m3hg0pbbca.fsf@furu.g.aas.no> Subject: [PATCH] trivial fields.pm doc patch p4raw-id: //depot/perl@1434
Diffstat (limited to 'lib/fields.pm')
-rw-r--r--lib/fields.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/fields.pm b/lib/fields.pm
index 05271a3dc0..db2eea7a39 100644
--- a/lib/fields.pm
+++ b/lib/fields.pm
@@ -50,7 +50,7 @@ which are as compact and as fast arrays to access. This only works
as long as the objects are accessed through properly typed variables.
For untyped access to work you have to make sure that a reference to
the proper %FIELDS hash is assigned to the 0'th element of the array
-object (so that the objects can be treated like an AVHV). A
+object (so that the objects can be treated like an pseudo-hash). A
constructor like this does the job:
sub new
@@ -65,7 +65,7 @@ constructor like this does the job:
=head1 SEE ALSO
L<base>,
-I<description of AVHVs>
+L<perlref/Pseudo-hashes: Using an array as a hash>
=cut