diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-09-12 16:19:01 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-12 16:23:50 -0700 |
commit | a8bd1c847f8091d5e38e7fc71669faa40543bdf9 (patch) | |
tree | ebae008ee8e4f06b094c4321e3ea4a630f254790 /op.c | |
parent | 819b004ed974e0fe5ac23e956c3830dcc56b7c3e (diff) | |
download | perl-a8bd1c847f8091d5e38e7fc71669faa40543bdf9.tar.gz |
op.c: Document newGIVENOP(..., 0)
Something I missed in b5a648148c.
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6648,7 +6648,7 @@ I<cond> supplies the expression that will be locally assigned to a lexical variable, and I<block> supplies the body of the C<given> construct; they are consumed by this function and become part of the constructed op tree. I<defsv_off> is the pad offset of the scalar lexical variable that will -be affected. +be affected. If it is 0, the global $_ will be used. =cut */ |