1Devel::REPL::Plugin::DuUmspeHrisCtoonrtyr(i3b)uted PerlDDeovceulm:e:nRtEaPtLi:o:nPlugin::DumpHistory(3)
2
3
4

NAME

6       Devel::REPL::Plugin::DumpHistory - Plugin for Devel::REPL to save or
7       print the history.
8

SYNOPSIS

10           #!/usr/bin/perl
11
12           use lib './lib';
13           use Devel::REPL;
14
15           my $repl = Devel::REPL->new;
16           $repl->load_plugin('LexEnv');
17           $repl->load_plugin('History');
18           $repl->load_plugin('DumpHistory');
19           $repl->run;
20

DESCRIPTION

22       Plugin that adds the ":dump" and ":dump file_name" commands to the repl
23       which will print the history to STDOUT or append the history to the
24       file given.
25

SEE ALSO

27       "Devel::REPL"
28

AUTHOR

30       mgrimes, <mgrimes at cpan dot org<gt>
31
33       Copyright (C) 2007 by mgrimes
34
35       This library is free software; you can redistribute it and/or modify it
36       under the same terms as Perl itself, either Perl version 5.8.2 or, at
37       your option, any later version of Perl 5 you may have available.
38
39
40
41perl v5.12.1                      2010-05-23Devel::REPL::Plugin::DumpHistory(3)
Impressum