> http://perldoc.perl.org/Term/ReadLine.html
http://perldoc.perl.org/Term/ReadLine.html#Additional-supported-functions Try $terminal->ornaments(0); -- it works for me in this context: my $terminal = Term::ReadLine->new('pw7'); $terminal->ornaments(0); my $r = $terminal->readline; # no underline! - Anne -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/