in reply to Term::ReadLine ignores .inputrc

Term::ReadLine::Perl doesn't pay attention to .inputrc files (at least I don't see it trying to do so looking through the source). Term::ReadLine::Gnu sits on top of the C readline library and probably would be more likely to honour your .inputrc.

Update: Term::ReadLine::readline which ::Perl uses apparently does pay some attention to .inputrc files. See Re: Term::ReadLine ignores .inputrc for more information.

Replies are listed 'Best First'.
Re: Re: Term::ReadLine ignores .inputrc
by pike (Monk) on Oct 25, 2001 at 13:59 UTC
    Correct, Term::ReadLine::Gnu does the trick. Thanks!

    pike