1Devel::REPL::Plugin::PeUeske(r3)Contributed Perl DocumenDteavteilo:n:REPL::Plugin::Peek(3)
2
3
4
6 Devel::REPL::Plugin::Peek - Devel::Peek plugin for Devel::REPL.
7
9 version 1.003028
10
12 repl> #peek "foo"
13 SV = PV(0xb3dba0) at 0xb4abc0
14 REFCNT = 1
15 FLAGS = (POK,READONLY,pPOK)
16 PV = 0x12bcf70 "foo"\0
17 CUR = 3
18 LEN = 4
19
21 This Devel::REPL::Plugin adds a "peek" command that calls "Dump" in
22 Devel::Peek instead of the normal printing.
23
25 Devel::REPL, Devel::Peek
26
28 Bugs may be submitted through the RT bug tracker
29 <https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-REPL> (or
30 bug-Devel-REPL@rt.cpan.org <mailto:bug-Devel-REPL@rt.cpan.org>).
31
32 There is also an irc channel available for users of this distribution,
33 at "#devel" on "irc.perl.org" <irc://irc.perl.org/#devel-repl>.
34
36 Yuval Kogman <nothingmuch@woobling.org>
37
39 This software is copyright (c) 2007 by Matt S Trout - mst (at)
40 shadowcatsystems.co.uk (<http://www.shadowcatsystems.co.uk/>).
41
42 This is free software; you can redistribute it and/or modify it under
43 the same terms as the Perl 5 programming language system itself.
44
45
46
47perl v5.32.1 2021-01-27 Devel::REPL::Plugin::Peek(3)