GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Reply::Plugin::ReadLine(3) User Contributed Perl Documentation Reply::Plugin::ReadLine(3)

Reply::Plugin::ReadLine - use Term::ReadLine for user input

version 0.42

  ; .replyrc
  [ReadLine]
  history_file = .hist
  history_length = 100

This plugin uses Term::ReadLine to read lines from the user. This enables useful features such as line editing and command history. The history will be persisted between runs, by default in ".reply_history" in your application data directory, although this is changeable with the "history_file" option. To limit the number of lines written to this file, you can use the "history_length" option. Setting a "history_length" of 0 will disable writing history to a file entirely.

NOTE: you probably want to install a reasonable Term::ReadLine backend in order for this plugin to be very useful. Term::ReadLine::Gnu is highly recommended if possible.

Jesse Luehrs <doy@tozt.net>

This software is Copyright (c) 2016 by Jesse Luehrs.

This is free software, licensed under:

  The MIT (X11) License
2016-08-24 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.