http://www.perlmonks.org?node_id=1003727


in reply to Re^2: Perl Term::ReadLine::Gnu Signal Handling Difficulties
in thread Perl Term::ReadLine::Gnu Signal Handling Difficulties

You're welcome!

Install Term::ReadLine::Perl and do what the module authors do when they test it.

BEGIN{ $ENV{PERL_RL} = 'Perl' }; use Term::ReadLine;