Arrow keys in perl debugger works in one PuTTy session but not on another -
i have 1 saved session in putty (connecting rhel box) perl -d
, arrow keys works nice.
i have same putty version, , using session1, cloned connect different similar rhel box , arrows not work?
according this question, session1 should have not been working not have term::readline::gnu
on first box
you don't need term::readline::gnu
, other modules may fill same need. use term::readline::perl
. may have module (or equivalent) installed on first box not on second.
the linked answer claims term::readline::perl
not have arrow-key support, may have been true @ 1 time, arrow keys work fine me.
Comments
Post a Comment