FreeBSD Manual Pages
Reply::Plugin::ResultCUser(Contributed Perl DocumReply::Plugin::ResultCache(3) NAME Reply::Plugin::ResultCache - retain previous results to be able to refer to them later VERSION version 0.42 SYNOPSIS ; .replyrc [ResultCache] variable = r DESCRIPTION This plugin caches the results of successful evaluations, and provides them in a lexical array (by default @res, although this can be changed via the "variable" option). This means that you can, for instance, access the value returned by the previous line with $res[-1]. It also modifies the output to include an indication of where the value is stored, for later reference. AUTHOR Jesse Luehrs <doy@tozt.net> COPYRIGHT AND LICENSE This software is Copyright (c) 2016 by Jesse Luehrs. This is free software, licensed under: The MIT (X11) License perl v5.24.1 2016-08-24 Reply::Plugin::ResultCache(3)
NAME | VERSION | SYNOPSIS | DESCRIPTION | AUTHOR | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Reply::Plugin::ResultCache&sektion=3&manpath=FreeBSD+12.1-RELEASE+and+Ports>