1TINYREPL(1) User Contributed Perl Documentation TINYREPL(1)
2
3
4
6 tinyrepl - Tiny REPL
7
9 $ tinyrepl
10 re.pl$ "s" x 5
11 "sssss"
12 re.pl$ exit
13
14 $ tinyrepl --plugin HintPersistence
15
17 tinyrepl is a minimal pure-Perl REPL. It is just a small wrapper
18 around Eval::WithLexicals.
19
21 "--plugin="
22 Loads a plugin into the REPL. See "with_plugins" in
23 Eval::WithLexicals.
24
26 See Eval::WithLexicals for support and contact information.
27
29 See Eval::WithLexicals for authors.
30
32 See Eval::WithLexicals for the copyright and license.
33
34
35
36perl v5.38.0 2023-07-20 TINYREPL(1)