in reply to Question about list context

TIMTOWTDI:
print STDOUT (split "\t", $line)[0], "\n" ;

Replies are listed 'Best First'.
Re^2: Question about list context
by chromatic (Archbishop) on Apr 14, 2005 at 17:28 UTC

    That's not equivalent. What if someone's used one-arg select before this point?

    Update: Fixed the number of arguments for that particular select call.