X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=vms%2Fext%2FDCLsym%2FDCLsym.pm;h=99adb94522e754791b136b4a22b740677c4dbd45;hb=22d4bb9ccb8701e68f9243547d7e3a3c55f70908;hp=7989cee0ad5a2fd1ca5da332ebef76ea65cf2ded;hpb=4b19af017623bfa3bb72bb164598a517f586e0d3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/vms/ext/DCLsym/DCLsym.pm b/vms/ext/DCLsym/DCLsym.pm index 7989cee..99adb94 100644 --- a/vms/ext/DCLsym/DCLsym.pm +++ b/vms/ext/DCLsym/DCLsym.pm @@ -215,7 +215,7 @@ C described above. If called in a scalar context, C returns the value of the symbol whose name is given as the argument to the call, or C 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 +symbols in the global symbol table. If called in a list context, C 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.