The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Devel::REPL"

Devel::REPL - A modern perl interactive shell River stage two • 23 direct dependents • 34 total dependents

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...

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Plugin::Carp::REPL - Devel::REPL plugin for Carp::REPL River stage two • 4 direct dependents • 11 total dependents

ETHER/Carp-REPL-0.18 - 06 Jun 2015 03:00:30 UTC

Devel::REPL::Profile - Code to execute when re.pl starts River stage two • 23 direct dependents • 34 total dependents

For particular projects you might well end up running the same commands each time the REPL shell starts up - loading Perl modules, setting configuration, and so on. A mechanism called *profiles* exists to let you package and distribute these start-up...

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::InProcess - debugger-like in-process REPL River stage zero No dependents

This distribution provides a debugger-like REPL session that can be spawned in the middle of a program. Devel::REPL::Plugin::InProcess synchronized the lexical environment of the REPL with the environemnt where the shell was spawned (which means you ...

MBARBON/Devel-REPL-InProcess-0.05 - 09 Jul 2016 16:44:39 UTC

Devel::REPL::Plugin::DDP - Format return values with Data::Printer River stage one • 1 direct dependent • 1 total dependent

Use this in your Devel::REPL profile or load it from your "re.pl" script. You'll also want to make sure your profile or script runs the following: $_REPL->normal_color("reset"); or disables the standard Colors plugin....

TSIBLEY/Devel-REPL-Plugin-DDP-0.05 - 11 Dec 2014 21:52:27 UTC

Devel::REPL::Plugin::DDC - Format results with Data::Dumper::Concise River stage two • 23 direct dependents • 34 total dependents

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Plugin::DDS - Format results with Data::Dump::Streamer River stage two • 23 direct dependents • 34 total dependents

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Plugin::PPI - PPI dumping of Perl code River stage two • 23 direct dependents • 34 total dependents

This plugin provides a "ppi" command that uses PPI::Dumper to dump PPI-parsed Perl documents. The code is not actually executed, which means that when used with Deve::REPL::Plugin::OutputCache there is no new value in "_"....

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Plugin::Peek - Devel::Peek plugin for Devel::REPL. River stage two • 23 direct dependents • 34 total dependents

This Devel::REPL::Plugin adds a "peek" command that calls "Dump" in Devel::Peek instead of the normal printing....

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Plugin::Trepan - Add '%' commands to call back Trepan in a Devel::REPL shell invoked from Devel::Trepan River stage zero No dependents

ROCKY/Devel-Trepan-Shell-1.5 - 21 May 2014 00:27:40 UTC

Devel::REPL::Plugin::Timing - Display execution times River stage two • 23 direct dependents • 34 total dependents

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Plugin::Editor - Add #edit command to drop into an editor for longer expressions River stage zero No dependents

This plugin adds an "edit" command to your REPL, invoked using "#edit" (or using whatever "default_command_prefix" in Devel::REPL::Plugin::Turtles is). When you run the the edit command, the REPL drops you into $ENV{'EDITOR'}, and the code you type i...

RHOELZ/Devel-REPL-Plugin-Editor-0.02 - 09 Sep 2014 00:56:43 UTC

Devel::REPL::Plugin::LexEnv - Provide a lexical environment for the REPL River stage two • 23 direct dependents • 34 total dependents

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Plugin::Colors - Add color to return values, warnings, and errors River stage two • 23 direct dependents • 34 total dependents

Colors are very pretty. This plugin causes certain prints, warns, and errors to be colored. Generally the return value(s) of each line will be colored green (you can override this by setting "$_REPL->normal_color" in your rcfile). Warnings and compil...

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Plugin::Perl5db - Add '%' commands to call back Trepan in a Devel::REPL shell invoked from Devel::Trepan River stage zero No dependents

ROCKY/Devel-Trepan-Shell-1.5 - 21 May 2014 00:27:40 UTC

Devel::REPL::Plugin::History - Keep track of all input, provide shortcuts !1, !-1 River stage two • 23 direct dependents • 34 total dependents

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Plugin::Nopaste - #nopaste to upload session's input and output River stage two • 23 direct dependents • 34 total dependents

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Plugin::Refresh - Reload libraries with Module::Refresh River stage two • 23 direct dependents • 34 total dependents

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Plugin::Turtles - Generic command creation using a read hook River stage two • 23 direct dependents • 34 total dependents

By default, this plugin allows calling commands using a read hook to detect a default_command_prefix followed by the command name, say MYCMD as an example. The actual routine to call for the command is constructed by looking for subs named 'command_M...

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC

Devel::REPL::Profile::TSIBLEY - TSIBLEY's personal Devel::REPL profile River stage zero No dependents

Devel::REPL::Profile::TSIBLEY is based on the default profile with the following differences: * History expansion via "!" is disabled * Data::Printer is used instead of Data::Dumper::Streamer (via Devel::REPL::Plugin::DDP)...

TSIBLEY/Devel-REPL-Profile-TSIBLEY-0.02 - 23 Jul 2013 05:28:01 UTC
66 results (0.028 seconds)