in reply to Re: Term::ReadKey problem!
in thread Term::ReadKey problem!
gives: Cannot write to terminal: No such file or directory at ioPromptTests.pl line 2use IO::Prompt; use strict; use warnings; while( prompt "next: " ) { print "You said '$_'\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Term::ReadKey problem!
by strat (Canon) on Jun 16, 2006 at 10:42 UTC |