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

Hi-Thanks for the reply. what is checkEvent()? How do I catch a cntrl z (to stop the process any time I want). and then later continue anyway.
  • Comment on Re^2: how to sleep-awake on perl script?

Replies are listed 'Best First'.
Re^3: how to sleep-awake on perl script?
by edatawiz (Novice) on Apr 24, 2009 at 04:44 UTC
    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
      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,