1Devel::REPL::Plugin::TuUrstelresC(o3n)tributed Perl DocuDmeevnetla:t:iRoEnPL::Plugin::Turtles(3)
2
3
4

NAME

6       Devel::REPL::Plugin::Turtles - Generic command creation using a read
7       hook
8

VERSION

10       version 1.003028
11

DESCRIPTION

13       By default, this plugin allows calling commands using a read hook to
14       detect a default_command_prefix followed by the command name, say MYCMD
15       as an example.  The actual routine to call for the command is
16       constructed by looking for subs named 'command_MYCMD' or 'expr_MYCMD'
17       and executing them.
18
19   NOTE
20       The "default_command_prefix" is "qr/\#/" so care must be taken if other
21       uses for that character are needed (e.g., '#' for the shell escape
22       character in the PDL shell.
23

SUPPORT

25       Bugs may be submitted through the RT bug tracker
26       <https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-REPL> (or
27       bug-Devel-REPL@rt.cpan.org <mailto:bug-Devel-REPL@rt.cpan.org>).
28
29       There is also an irc channel available for users of this distribution,
30       at "#devel" on "irc.perl.org" <irc://irc.perl.org/#devel-repl>.
31

AUTHOR

33       Matt S Trout - mst (at) shadowcatsystems.co.uk
34       (<http://www.shadowcatsystems.co.uk/>)
35
37       This software is copyright (c) 2007 by Matt S Trout - mst (at)
38       shadowcatsystems.co.uk (<http://www.shadowcatsystems.co.uk/>).
39
40       This is free software; you can redistribute it and/or modify it under
41       the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.32.1                      2021-01-27   Devel::REPL::Plugin::Turtles(3)
Impressum