diff options
author | David Mitchell <davem@iabyn.com> | 2010-10-03 20:50:20 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-10-03 20:52:10 +0100 |
commit | be064c4a1f59651142e99788731ae1d164c19537 (patch) | |
tree | f1b6a281c175935bcde47b838caeca4ec14e5dbd /perl.c | |
parent | 6b2fb389897a68db92c38c22f79403607f0da303 (diff) | |
download | perl-be064c4a1f59651142e99788731ae1d164c19537.tar.gz |
better documentation for eval_sv() and G_KEEPERR
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2661,7 +2661,8 @@ Perl_call_sv(pTHX_ SV *sv, VOL I32 flags) /* =for apidoc p||eval_sv -Tells Perl to C<eval> the string in the SV. +Tells Perl to C<eval> the string in the SV. It supports the same flags +as C<call_sv>, with the obvious exception of G_EVAL. See L<perlcall>. =cut */ |