Description
Perl command-line applications can use GNU Readline features such as line editing, history, and completion through an XS wrapper. This improves interactive shells and tools that ask users for commands.
It is a developer library. Interactive history may contain sensitive input, so applications should decide carefully what is saved and where history files are stored.