# work around parsing problem with <$fh$i> below
You can avoid the unnecessary assignment by using readline, the function that underlies that version of the diamond operator, like so:
while (defined (my $line = readline( $fh[ $i ] ) ) ) {
In reply to Re^5: Multiple asynchronous execution of commands
by BrowserUk
in thread Multiple asynchronous execution of commands
by ibm1620
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |