Reply::Plugin::LexicalPersistence - persists lexical variables between lines
Contents
Copyright And License
This software is Copyright (c) 2016 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License
perl v5.34.0 2022-06-17 Reply::Plugin::LexicalPersistence(3pm)
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.
Name
Reply::Plugin::LexicalPersistence - persists lexical variables between lines
Synopsis
; .replyrc
[LexicalPersistence]
Version
version 0.42
