1TINYREPL(1)           User Contributed Perl Documentation          TINYREPL(1)
2
3
4

NAME

6       tinyrepl - Tiny REPL
7

SYNOPSIS

9           $ tinyrepl
10           re.pl$ "s" x 5
11           "sssss"
12           re.pl$ exit
13
14           $ tinyrepl --plugin HintPersistence
15

DESCRIPTION

17       tinyrepl is a minimal pure-Perl REPL.  It is just a small wrapper
18       around Eval::WithLexicals.
19

OPTIONS

21       "--plugin="
22           Loads a plugin into the REPL. See "with_plugins" in
23           Eval::WithLexicals.
24

SUPPORT

26       See Eval::WithLexicals for support and contact information.
27

AUTHORS

29       See Eval::WithLexicals for authors.
30
32       See Eval::WithLexicals for the copyright and license.
33
34
35
36perl v5.30.1                      2020-01-29                       TINYREPL(1)
Impressum