http://qs321.pair.com?node_id=91655


in reply to Splitting each word in a string

I know you've already figured this out but, doesn't split use \s+ by default? So...
chomp ($line = <FH>); @vars = split $line;
Get's you the strings to use for whatever evil purposes you might have.

"So... What do all these little arrows mean?"
~unknown