Devel::REPL

A modern Perl interactive shell
Download

Devel::REPL Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matt S Trout
  • Publisher web site:
  • http://search.cpan.org/~mstrout/

Devel::REPL Tags


Devel::REPL Description

A modern Perl interactive shell Devel::REPL is an interactive shell for Perl, commonly known as a REPL - Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file.Through a plugin system, many features are available on demand. You can also tailor the environment through the use of profiles and run control files, for example to pre-load certain Perl modules when working on a particular project.SYNOPSIS my $repl = Devel::REPL->new; $repl->load_plugin($_) for qw(History LexEnv); $repl->runAlternatively, use the 're.pl' script installed with the distribution system$ re.pl Requirements: · Perl


Devel::REPL Related Software