The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Devel-REPL Devel"

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::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::Overview - overview of Devel::REPL. River stage two • 23 direct dependents • 34 total dependents

What is a console? How it can assist you? Most modern languages have consoles. The console is an interactive tool that evaluates your input while you type it. It gives you several advantages: * Quickly test some thought or tricky expression * Run som...

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 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::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::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::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::Plugin::Commands - Generic command creation plugin using injected functions River stage two • 23 direct dependents • 34 total dependents

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

Devel::REPL::Plugin::Packages - Keep track of which package the user is in River stage two • 23 direct dependents • 34 total dependents

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

Devel::REPL::Plugin::Interrupt - Traps SIGINT to kill long-running lines River stage two • 23 direct dependents • 34 total dependents

By default Devel::REPL exits on SIGINT (usually Ctrl-C). If you load this module, SIGINT will be trapped and used to kill long-running commands (statements) and also to kill the line being edited (like eg. BASH do). (You can still use Ctrl-D to exit....

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

Devel::REPL::Plugin::ShowClass - Dump classes initialized with Class::MOP River stage two • 23 direct dependents • 34 total dependents

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

Devel::REPL::Plugin::Completion - Extensible tab completion River stage two • 23 direct dependents • 34 total dependents

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

Devel::REPL::Plugin::DumpHistory - Plugin for Devel::REPL to save or print the history River stage two • 23 direct dependents • 34 total dependents

Plugin that adds the ":dump" and ":dump file_name" commands to the repl which will print the history to STDOUT or append the history to the file given....

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC
39 results (0.039 seconds)