1Reply::Plugin::Hints(3)User Contributed Perl DocumentatioRneply::Plugin::Hints(3)
2
3
4
6 Reply::Plugin::Hints - persists lexical hints across input lines
7
9 version 0.42
10
12 ; .replyrc
13 [Hints]
14
16 This plugin persists the values of various compile time lexical hints
17 between evaluated lines. This means, for instance, that entering a line
18 like "use strict" at the Reply prompt will cause "strict" to be enabled
19 for all future lines (at least until "no strict" is given).
20
22 Jesse Luehrs <doy@tozt.net>
23
25 This software is Copyright (c) 2016 by Jesse Luehrs.
26
27 This is free software, licensed under:
28
29 The MIT (X11) License
30
31
32
33perl v5.32.1 2021-01-27 Reply::Plugin::Hints(3)