Subject: Re: readline like line editor within perl debugger
To: Valeriy E. Ushakov <uwe@ptc.spbu.ru>
From: James K. Lowden <jklowden@schemamania.org>
List: netbsd-help
Date: 04/19/2003 13:27:12
On Sat, 19 Apr 2003 12:32:53 +0000 (UTC), "Valeriy E. Ushakov"
<uwe@ptc.spbu.ru> wrote:
> Thomas Hafner <hafner@sdf-eu.org> wrote:
> 
> > how can I use readline like editing keystrokes when using the perl
> > debugger?
> 
> Install Term::ReadLine (iirc) module.

Looks like you need Term::ReadKey, too.  Cf. "perldoc perldebug" and scan
for "Readline Support" toward the end.  

--jkl