select( (select(STDERR), $|++)[0] );
my @list = (select(STDERR), $|++); select(@list[0]);
my ($fh, $junk) = (select(STDERR), $|++); select($fh);
my $fh = select(STDERR); my $junk = $|++; select($fh);
my $fh = select(STDERR); $|++; select($fh);
Makeshifts last the longest.
In reply to Re: Tear it apart...select()
by Aristotle
in thread Tear it apart...select()
by snafu
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |