Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Devel::REPL::Plugin::DumpHistory

Name Devel::REPL::Plugin::DumpHistory
Version 1.003029
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/Devel/REPL/Plugin/DumpHistory.pm
Is Core No
Search CPAN for this module Devel::REPL::Plugin::DumpHistory
Documentation Devel::REPL::Plugin::DumpHistory
Module Details Devel::REPL::Plugin::DumpHistory


NAME

Devel::REPL::Plugin::DumpHistory - Plugin for Devel::REPL to save or print the history


VERSION

version 1.003029


SYNOPSIS

    use Devel::REPL;
    my $repl = Devel::REPL->new;
    $repl->load_plugin('LexEnv');
    $repl->load_plugin('History');
    $repl->load_plugin('DumpHistory');
    $repl->run;


DESCRIPTION

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.


SEE ALSO

Devel::REPL


SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-Devel-REPL@rt.cpan.org).

There is also an irc channel available for users of this distribution, at #devel on irc.perl.org.


AUTHOR

mgrimes, <mgrimes at cpan dot org<gt>


COPYRIGHT AND LICENSE

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.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2025