Scroll to navigation

Devel::REPL::Plugin::Interrupt(3pm) User Contributed Perl Documentation Devel::REPL::Plugin::Interrupt(3pm)
 

NAME

Devel::REPL::Plugin::Interrupt - traps SIGINT to kill long-running lines

VERSION

version 1.003026

DESCRIPTION

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

AUTHOR

Shawn M Moore, "<sartak at gmail dot com>"
2014-07-16 perl v5.18.2