1Devel::REPL::Plugin::B:U:sCeorncCiosnet(r3i)buted Perl DDoecvuemle:n:tRaEtPiLo:n:Plugin::B::Concise(3)
2
3
4

NAME

6       Devel::REPL::Plugin::B::Concise - B::Concise dumping of expression
7       optrees
8

VERSION

10       version 1.003028
11

SYNOPSIS

13         repl> #concise -exec -terse {
14         > foo => foo(),
15         > }
16         COP (0x138b1e0) nextstate
17         OP (0x13bd280) pushmark
18         SVOP (0x138c6a0) const  PV (0xbbab50) "foo"
19         OP (0x13bbae0) pushmark
20         SVOP (0x13bcee0) gv  GV (0xbbb250) *Devel::REPL::Plugin::B::Concise::foo
21         UNOP (0x13890a0) entersub [1]
22         LISTOP (0x13ba020) anonhash
23         UNOP (0x5983d0) leavesub [1]
24

DESCRIPTION

26       This plugin provides a "concise" command that uses B::Concise to dump
27       optrees of expressions.
28
29       The code is not actually executed, which means that when used with
30       Deve::REPL::Plugin::OutputCache there is no new value in "_".
31
32       The command takes the same options as "compile" in B::Concise, e.g.
33       "-basic" or "-exec" to determine the dump order, "-debug", "-concise"
34       and "-terse" to determine the formatting, etc.
35

SUPPORT

37       Bugs may be submitted through the RT bug tracker
38       <https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-REPL> (or
39       bug-Devel-REPL@rt.cpan.org <mailto:bug-Devel-REPL@rt.cpan.org>).
40
41       There is also an irc channel available for users of this distribution,
42       at "#devel" on "irc.perl.org" <irc://irc.perl.org/#devel-repl>.
43

AUTHOR

45       Yuval Kogman <nothingmuch@woobling.org>
46
48       This software is copyright (c) 2007 by Matt S Trout - mst (at)
49       shadowcatsystems.co.uk (<http://www.shadowcatsystems.co.uk/>).
50
51       This is free software; you can redistribute it and/or modify it under
52       the same terms as the Perl 5 programming language system itself.
53
54
55
56perl v5.32.0                      2020-07-28Devel::REPL::Plugin::B::Concise(3)
Impressum