1Reply::Plugin::Hints(3)User Contributed Perl DocumentatioRneply::Plugin::Hints(3)
2
3
4

NAME

6       Reply::Plugin::Hints - persists lexical hints across input lines
7

VERSION

9       version 0.42
10

SYNOPSIS

12         ; .replyrc
13         [Hints]
14

DESCRIPTION

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

AUTHOR

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.30.0                      2019-07-26           Reply::Plugin::Hints(3)
Impressum