Search results for "module:Devel::REPL"
Devel::REPL - A modern perl interactive shell
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
ETHER/Carp-REPL-0.18
-
06 Jun 2015 03:00:30 UTC
Devel::REPL::Profile - Code to execute when re.pl starts
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
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
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
ETHER/Devel-REPL-1.003029
-
28 May 2022 03:34:49 UTC
Devel::REPL::Plugin::DDS - Format results with Data::Dump::Streamer
ETHER/Devel-REPL-1.003029
-
28 May 2022 03:34:49 UTC
Devel::REPL::Plugin::PPI - PPI dumping of Perl code
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.
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
ROCKY/Devel-Trepan-Shell-1.5
-
21 May 2014 00:27:40 UTC
Devel::REPL::Plugin::Timing - Display execution times
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
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::Colors - Add color to return values, warnings, and errors
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::LexEnv - Provide a lexical environment for the REPL
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
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
ETHER/Devel-REPL-1.003029
-
28 May 2022 03:34:49 UTC
Devel::REPL::Plugin::Nopaste - #nopaste to upload session's input and output
ETHER/Devel-REPL-1.003029
-
28 May 2022 03:34:49 UTC
Devel::REPL::Plugin::Refresh - Reload libraries with Module::Refresh
ETHER/Devel-REPL-1.003029
-
28 May 2022 03:34:49 UTC
Devel::REPL::Plugin::Turtles - Generic command creation using a read hook
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
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