1Devel::REPL::Plugin::DDUCs(e3r)Contributed Perl DocumentDaetvieoln::REPL::Plugin::DDC(3)
23
4
NAME
6Devel::REPL::Plugin::DDC - Format results with Data::Dumper::Concise
7
SYNOPSIS
9# in your re.pl file:
10use Devel::REPL;
11my $repl = Devel::REPL->new;
12$repl->load_plugin('DDS');
13$repl->run;
1415
# after you run re.pl:
16$ map $_*2, ( 1,2,3 )
17[
182,
194,
206
21];
2223
$
2425
26
27
perl v5.12.1 2010-05-23 Devel::REPL::Plugin::DDC(3)