Data-Printer
view release on metacpan or search on metacpan
lib/Data/Printer.pm view on Meta::CPAN
Just install L<Reply::Plugin::DataPrinter> and add a line with
C<< [DataPrinter] >> to your C<.replyrc> file. That's it! Next time
you run the 'reply' REPL, Data::Printer will be used to dump variables!
=over 4
=item * B<Devel::REPL>
=back
Just install L<Devel::REPL::Plugin::DataPrinter> and add the following
line to your re.pl configuration file (usually ".re.pl/repl.rc" in your
home dir):
load_plugin('DataPrinter');
The next time you run C<re.pl>, it should dump all your REPL using
Data::Printer!
=head2 Easily rendering Data::Printer's output as HTML
( run in 0.316 second using v1.01-cache-2.11-cpan-4ee56698ea0 )