Message-Id: <4.2.0.58.
20020712234444.0209f350@mickey.dijkmat.nl>
p4raw-id: //depot/perl@17512
autovivify the elements, and neither does slicing a shared array/hash
over non-existent indices/keys autovivify the elements.
+share() allows you to C<share $hashref->{key}> without giving any error
+message. But the C<$hashref->{key}> is B<not> shared, causing the error
+"locking can only be used on shared values" to occur when you attempt to
+C<lock $hasref->{key}>.
+
=head1 AUTHOR
Arthur Bergman E<lt>arthur at contiller.seE<gt>