in reply to Re^2: Cpan command line no echo
in thread Cpan command line no echo

Try export TERM=DUMB perl -d ...

Replies are listed 'Best First'.
Re^4: Cpan command line no echo
by Anonymous Monk on Jan 08, 2013 at 08:26 UTC
    It works!
    Why TERM=xterm or TERM=linux breaking?

      Why TERM=xterm or TERM=linux breaking?

      I don't know, I use TERM=dumb all the time.

      Could be some setting of yours, bug in xterm/linux, bug in perl5db.pl, bug in whatever readline you're using (like this bug in Term::ReadLine) ... never had a real need for that stuff