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

SYNOPSIS

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

DESCRIPTION

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

AUTHOR

34       Yuval Kogman <nothingmuch@woobling.org>
35
36
37
38perl v5.12.1                      2010-05-23Devel::REPL::Plugin::B::Concise(3)
Impressum