diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-01 18:34:41 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-01 18:34:41 +0000 |
commit | 475342a6d5f74335e2bdfa64bd71f39289320205 (patch) | |
tree | fab7566350d719b51095369676644c6ec89a3cf0 /pod/perltrap.pod | |
parent | 4584684cd9409a5028e679de2f80cf97a3a728bd (diff) | |
download | perl-475342a6d5f74335e2bdfa64bd71f39289320205.tar.gz |
fix defined(@foo) encarpments
p4raw-id: //depot/perl@3848
Diffstat (limited to 'pod/perltrap.pod')
-rw-r--r-- | pod/perltrap.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perltrap.pod b/pod/perltrap.pod index 321c86dd7f..50987cb102 100644 --- a/pod/perltrap.pod +++ b/pod/perltrap.pod @@ -761,6 +761,9 @@ Hashes get defined before use # perl4 prints: # perl5 dies: hash %h defined +Perl will now generate a warning when it sees defined(@a) and +defined(%h). + =item * (Globs) glob assignment from variable to variable will fail if the assigned |