Devel::REPL::Plugin::DumpHistory - Plugin for Devel::REPL to save or print the
history
use Devel::REPL;
my $repl = Devel::REPL->new;
$repl->load_plugin('LexEnv');
$repl->load_plugin('History');
$repl->load_plugin('DumpHistory');
$repl->run;
Plugin that adds the ":dump" and
":dump file_name" commands to the repl which
will print the history to STDOUT or append the history to the file given.
Bugs may be submitted through the RT bug tracker
<https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-REPL> (or
bug-Devel-REPL@rt.cpan.org <mailto:bug-Devel-REPL@rt.cpan.org>).
There is also an irc channel available for users of this
distribution, at "#devel" on
"irc.perl.org"
<irc://irc.perl.org/#devel-repl>.
mgrimes, <mgrimes at cpan dot org<gt>
Copyright (C) 2007 by mgrimes
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself, either Perl version 5.8.2 or,
at your option, any later version of Perl 5 you may have available.