Devel::REPL.3pm

Langue: en

Version: 2008-02-24 (ubuntu - 08/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Devel::REPL - a modern perl interactive shell

SYNOPSIS

   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
 
 

AUTHOR

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

CONTRIBUTORS

Stevan Little - stevan (at) iinteractive.com
Alexis Sukrieh - sukria+perl (at) sukria.net
epitaph
mgrimes - mgrimes (at) cpan dot org
Shawn M Moore - sartak (at) gmail.com

LICENSE

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