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

Man Page: devel::repl::plugin::dds

Operating Environment: debian

Section: 3pm

Devel::REPL::Plugin::DDS(3pm)				User Contributed Perl Documentation			     Devel::REPL::Plugin::DDS(3pm)

NAME
Devel::REPL::Plugin::DDS - Format results with Data::Dump::Streamer
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 ) $ARRAY1 = [ 2, 4, 6 ]; $ perl v5.14.2 2010-07-31 Devel::REPL::Plugin::DDS(3pm)
Related Man Pages
pdl2(1p) - debian
devel::repl::plugin::multiline::ppi(3pm) - debian
devel::repl::profile(3pm) - debian
pdl::perldl2::perldl2(3pm) - debian
pdl::pdl2(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file