in reply to #perl.br calc - A Perl Shell

I ran this on Windows XP SP2 using ActiveState 5.8.7 and got this error message:
SetConsoleMode failed, LastError=|6| at c:/Perl/site/lib/Term/ReadKey.pm line 265.

Replies are listed 'Best First'.
Re^2: #perl.br calc - A Perl Shell
by ruoso (Curate) on May 31, 2006 at 20:35 UTC

    try without the $term->Features() line... If that still doesn't work, file a bug report against Term::ReadLine, or Term::ReadKey, or ActiveState...

    BTW... you still can try changing the $term->readline() for <STDIN>, i think.

    daniel