Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]
[p5sagit/p5-mst-13.2.git] / pod / perlfunc.pod
index a09c6e5..d07ded3 100644 (file)
@@ -1412,6 +1412,9 @@ This surprising autovivification in what does not at first--or even
 second--glance appear to be an lvalue context may be fixed in a future
 release.
 
+See L<perlref/"Pseudo-hashes"> for specifics on how exists() acts when
+used on a pseudo-hash.
+
 =item exit EXPR
 
 Evaluates EXPR and exits immediately with that value.    Example: