Anonymous Monk
has asked for the wisdom of the Perl Monks concerning the following question:
How can I enable perl -d command editing? On one machine I can use ^P, ^B etc to edit the command line but on another machine it does not work.
Comment on
perl -d command editing
Replies are listed 'Best First'.
Re: perl -d command editing
by
jand
(Friar)
on Mar 16, 2003 at 05:02 UTC
Do you have Term::ReadLine::Gnu or Term::ReadLine::Perl installed? I think they are used by the debugger, when present (via Term::ReadLine).
[reply]
Back to
Seekers of Perl Wisdom