nysus has asked for the wisdom of the Perl Monks concerning the following question:
I'm keying information into a custom Perl program with my left hand only and would like to use the space bar to terminate a command instead of the return key. Any IO modules out there that would facilitate this? Thanks.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using spacebar instead of return key for terminal input
by tybalt89 (Monsignor) on Mar 04, 2018 at 21:35 UTC | |
|
Re: Using spacebar instead of return key for terminal input
by BrowserUk (Patriarch) on Mar 04, 2018 at 21:35 UTC | |
|
Re: Using spacebar instead of return key for terminal input
by davido (Cardinal) on Mar 05, 2018 at 14:33 UTC | |
by nysus (Parson) on Mar 05, 2018 at 20:56 UTC | |
|
Re: Using spacebar instead of return key for terminal input
by hippo (Archbishop) on Mar 05, 2018 at 14:56 UTC |