1Devel::REPL::Plugin::TuUrstelresC(o3n)tributed Perl DocuDmeevnetla:t:iRoEnPL::Plugin::Turtles(3)
2
3
4
6 Devel::REPL::Plugin::Turtles - Generic command creation using a read
7 hook
8
10 version 1.003028
11
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
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
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.28.0 2016-02-16 Devel::REPL::Plugin::Turtles(3)