X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/17f71141966ee46b5f078333acef6afd9893a4f4..31a572f1af10f4f4aa17b8feb0c7306d17041839:/lib/fields.pm diff --git a/lib/fields.pm b/lib/fields.pm index 05271a3..db2eea7 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, -I +L =cut