1Reply::Plugin::ResultCaUcsheer(3C)ontributed Perl DocumeRnetpaltyi:o:nPlugin::ResultCache(3)
2
3
4
6 Reply::Plugin::ResultCache - retain previous results to be able to
7 refer to them later
8
10 version 0.42
11
13 ; .replyrc
14 [ResultCache]
15 variable = r
16
18 This plugin caches the results of successful evaluations, and provides
19 them in a lexical array (by default @res, although this can be changed
20 via the "variable" option). This means that you can, for instance,
21 access the value returned by the previous line with $res[-1]. It also
22 modifies the output to include an indication of where the value is
23 stored, for later reference.
24
26 Jesse Luehrs <doy@tozt.net>
27
29 This software is Copyright (c) 2016 by Jesse Luehrs.
30
31 This is free software, licensed under:
32
33 The MIT (X11) License
34
35
36
37perl v5.28.0 2016-08-24 Reply::Plugin::ResultCache(3)