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)NAMEDevel::REPL::Plugin::DDS - Format results with Data::Dump::StreamerSYNOPSIS# 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)
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Weird 'find' results |
| New UNIX and Linux History Sections |