Scroll to navigation

Reply::Plugin::LexicalPersistence(3pm) User Contributed Perl Documentation Reply::Plugin::LexicalPersistence(3pm)
 

NAME

Reply::Plugin::LexicalPersistence - persists lexical variables between lines

VERSION

version 0.35

SYNOPSIS

  ; .replyrc
  [LexicalPersistence]

DESCRIPTION

This plugin persists the values of lexical variables between input lines. For instance, with this plugin you can enter "my $x = 2" into the Reply shell, and then use $x as expected in subsequent lines.

AUTHOR

Jesse Luehrs <doy@tozt.net>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2014 by Jesse Luehrs.
This is free software, licensed under:
  The MIT (X11) License
2014-07-04 perl v5.18.2