diff options
Diffstat (limited to 'doc/en/autogen/user/perl_options.adoc')
-rw-r--r-- | doc/en/autogen/user/perl_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/en/autogen/user/perl_options.adoc b/doc/en/autogen/user/perl_options.adoc index 97331f993..d36db1ae4 100644 --- a/doc/en/autogen/user/perl_options.adoc +++ b/doc/en/autogen/user/perl_options.adoc @@ -7,3 +7,9 @@ ** type: boolean ** values: on, off ** default value: `+off+` + +* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context* +** description: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower] +** type: boolean +** values: on, off +** default value: `+on+` |