summaryrefslogtreecommitdiff
path: root/devel/p5-Term-ReadLine/DESCR
blob: d4c4e18c0e5cfd9076b2bcc8c2c6e4ca3c7557b8 (plain)
1
2
3
4
5
6
7
8
9
Term::ReadLine::Gnu (TRG) is an implementation of the interface to
the GNU Readline Library.  This module gives you input line editing
facility, input history management facility, word completion
facility, etc.  It uses the real GNU Readline Library and has the
interface with the almost all variables and functions which are
documented in the GNU Readline/History Library.  So you can program
your custom editing function, your custom completion function, and
so on with Perl.  TRG may be useful for prototyping before programming
with C.