in reply to Re^2: how to sleep-awake on perl script?
in thread how to sleep-awake on perl script?

checkEvent is an example. You can have your interrupt code or procedure to capture keystroke instead. Follow these links http://www.perlmonks.org/?node_id=534650 http://systhread.net/texts/200009pi.php
Vishy
  • Comment on Re^3: how to sleep-awake on perl script?

Replies are listed 'Best First'.
Re^4: how to sleep-awake on perl script?
by Anonymous Monk on Apr 26, 2009 at 20:20 UTC
    Hi All, I achieved what I wanted to do by using screen command.It works great even working thru SSH Thanks for the replies though,