
Devel::REPL - a modern perl interactive shell

my $repl = Devel::REPL->new; $repl->load_plugin($_) for qw(History LexEnv); $repl->run
Alternatively, use the 're.pl' script installed with the distribution
system$ re.pl

Matt S Trout - mst (at) shadowcatsystems.co.uk (http://www.shadowcatsystems.co.uk/)

This library is free software under the same terms as perl itself