Hi,
I'm trying to verify this line of code:
select( ( select( STDOUT ), $| = 1 )[ 0 ] );
this line is in a file that takes in 3 arguments.
From what I read from my oreilly book, does this mean that select will return the output filehandle if there is at least 1 arguement?
thanks,
gammaman1
I'm trying to verify this line of code:
select( ( select( STDOUT ), $| = 1 )[ 0 ] );
this line is in a file that takes in 3 arguments.
From what I read from my oreilly book, does this mean that select will return the output filehandle if there is at least 1 arguement?
thanks,
gammaman1