1Devel::REPL::Plugin::DDUSs(e3r)Contributed Perl DocumentDaetvieoln::REPL::Plugin::DDS(3)
2
3
4

NAME

6       Devel::REPL::Plugin::DDS - Format results with Data::Dump::Streamer
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        $ARRAY1 = [
18                    2,
19                    4,
20                    6
21                  ];
22
23        $
24
25
26
27perl v5.12.1                      2010-05-23       Devel::REPL::Plugin::DDS(3)
Impressum