How to Install libdevel-repl-perl in Ubuntu 18.04



Install libdevel-repl-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libdevel-repl-perl

Description:

module for building a modern Perl interactive shell

Devel::REPL is a module for creating Read-Evaluate-Print-Loops (REPL) in Perl. 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.

Homepage: https://metacpan.org/release/Devel-REPL

Version: 1.003028-1

Section: universe/perl