summaryrefslogtreecommitdiff
path: root/vms/ext/DCLsym/DCLsym.pm
diff options
context:
space:
mode:
authorCharles Bailey <bailey@newman.upenn.edu>2000-10-20 04:44:37 +0000
committerbailey <bailey@newman.upenn.edu>2000-10-20 04:44:37 +0000
commitcd07ab055158fbcc2df483a2b06b51771e501aee (patch)
treed2e7714cc660a21e8bf2624c99646b0cb001e40c /vms/ext/DCLsym/DCLsym.pm
parentd89ff6febbdf9822b41924152ab4ed7bb1d86e94 (diff)
downloadperl-cd07ab055158fbcc2df483a2b06b51771e501aee.tar.gz
SYN SYN
p4raw-id: //depot/vmsperl@7375
Diffstat (limited to 'vms/ext/DCLsym/DCLsym.pm')
-rw-r--r--vms/ext/DCLsym/DCLsym.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/ext/DCLsym/DCLsym.pm b/vms/ext/DCLsym/DCLsym.pm
index 7989cee0ad..99adb94522 100644
--- a/vms/ext/DCLsym/DCLsym.pm
+++ b/vms/ext/DCLsym/DCLsym.pm
@@ -215,7 +215,7 @@ C<tie> described above.
If called in a scalar context, C<getsym> returns the value of the symbol whose
name is given as the argument to the call, or C<undef> if no such symbol
exists. Symbols in the local symbol table are always used in preference to
-symbols in the global symbol table. If called in an array context, C<getsym>
+symbols in the global symbol table. If called in a list context, C<getsym>
returns a two-element list, whose first element is the value of the symbol, and
whose second element is the string 'GLOBAL' or 'LOCAL', indicating the table
from which the symbol's value was read.