devel::repl::plugin::ddc(3pm) debian man page | unix.com

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)

NAME
Devel::REPL::Plugin::DDC - Format results with Data::Dumper::Concise
SYNOPSIS
# 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)
Related Man Pages
devel::repl::overview(3pm) - debian
devel::patchperl::plugin(3pm) - debian
devel::repl::plugin::readlinehistory(3pm) - debian
pdl::perldl2::printcontrol(3pm) - debian
pdl::pdl2(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Is UNIX an open source OS ?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?