Zikester wrote:
> 
> I've racked my brain for an answer to this one.  Probably real simple.....
> 
> I'd like to run a process reatedly until entering a character on the
> keyboard (other than ^C).  When the character is entered the process would
> complete some final tasks and exit the program.

Perhaps this will help:

perldoc -q keyboard


John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to