NAME
perlsh - a simple perl REPL based on Lexical::Persistence
SYNOPSIS
$ perlsh
eval: 1 + 2
'3'
eval:
DESCRIPTION
This script runs an instance of App::perlsh, which provides a simple perl REPL ("read-execute-print loop").
OPTIONS
-b, --blib
Imports the blib module at startup, which prefers built code in the blib/ directory if such exists. This is useful for commandline testing or experimenting with newly-built perl modules before they are installed.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>