ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
11 lines
493 B
Text
11 lines
493 B
Text
This 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.
|
|
|
|
WWW: https://metacpan.org/release/Devel-REPL
|