in reply to Re^4: Using Linux Commands in Perl - `Backticks`
in thread Using Linux Commands in Perl - `Backticks`
I've never used select with a timeout, so that's why I wasn't aware of that additional parameter. As you say, there is no reason to use alarm, as select does everything that's needed to read from a program for a limited amount of time.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Using Linux Commands in Perl - `Backticks`
by JavaFan (Canon) on Oct 01, 2010 at 13:43 UTC | |
by Corion (Patriarch) on Oct 01, 2010 at 13:50 UTC |