in reply to SSH Qustion

Add a timer using alarm, but also improve genMakeFiles.pl so it doesn't block forever

Replies are listed 'Best First'.
Re^2: SSH Qustion
by Noame (Beadle) on Apr 19, 2009 at 11:41 UTC
    How can I open Perl command with ‘open’ command (as describe in the example) and use 'while' command.
    Because when I opened Perl command using 'open' command the script start to run and I can add more manipulation on it like timer and etc.
    Please advice