tinyrepl - Man Page
Tiny REPL
Synopsis
$ tinyrepl
re.pl$ "s" x 5
"sssss"
re.pl$ exit
$ tinyrepl --plugin HintPersistenceDescription
tinyrepl is a minimal pure-Perl REPL. It is just a small wrapper around Eval::WithLexicals.
Options
- --plugin=
Loads a plugin into the REPL. See "with_plugins" in Eval::WithLexicals.
Support
See Eval::WithLexicals for support and contact information.
Authors
See Eval::WithLexicals for authors.
Copyright and License
See Eval::WithLexicals for the copyright and license.
Info
2025-07-25 perl v5.42.0 User Contributed Perl Documentation