derimac has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
This is my first post here in the forum.
$term = Term::ReadLine->new('selection'); $name = $term->get_reply(prompt => 'select a name', choices => \@arrayOfChoices); ...
On a Linux box this statement works fine without any pain. When I run the same script on a Win32 with ActiveState Perl 5.8 I can type my choices and then I got a message like this:
Cannot create second readline interface, falling back to dump.
The rest of the code is running fine but I don't want to see the message.
What can I do to get rid of this message?
Please can someone give me a hint what is going wrong?
If have asked Mr. Google but nothing found what my issue had solved.
Please, forgive me my Perl and English knowledge is not good
Thanks, Andreas
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Term::UI on Win32
by Marel (Initiate) on Mar 16, 2012 at 22:21 UTC | |
by derimac (Novice) on Mar 17, 2012 at 07:01 UTC | |
|
Re: Term::UI on Win32
by furry_marmot (Pilgrim) on Mar 16, 2012 at 22:22 UTC | |
by derimac (Novice) on Mar 17, 2012 at 07:42 UTC | |
by bingos (Vicar) on Mar 19, 2012 at 09:58 UTC |