Man Page: devel::repl::plugin::ddc
Operating Environment: debian
Section: 3pm
Devel::REPL::Plugin::DDC(3pm) User Contributed Perl Documentation Devel::REPL::Plugin::DDC(3pm)NAMEDevel::REPL::Plugin::DDC - Format results with Data::Dumper::ConciseSYNOPSIS# in your re.pl file: use Devel::REPL; my $repl = Devel::REPL->new; $repl->load_plugin('DDS'); $repl->run; # after you run re.pl: $ map $_*2, ( 1,2,3 ) [ 2, 4, 6 ]; $ perl v5.14.2 2010-05-08 Devel::REPL::Plugin::DDC(3pm)
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Introduction |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |