1Devel::REPL::Plugin::DDUCs(e3r)Contributed Perl DocumentDaetvieoln::REPL::Plugin::DDC(3)
2
3
4

NAME

6       Devel::REPL::Plugin::DDC - Format results with Data::Dumper::Concise
7

SYNOPSIS

9        # in your re.pl file:
10        use Devel::REPL;
11        my $repl = Devel::REPL->new;
12        $repl->load_plugin('DDS');
13        $repl->run;
14
15        # after you run re.pl:
16        $ map $_*2, ( 1,2,3 )
17       [
18         2,
19         4,
20         6
21       ];
22
23        $
24
25
26
27perl v5.12.1                      2010-05-23       Devel::REPL::Plugin::DDC(3)
Impressum