$input = "foo bar blurf"; ($f,$s) = split /\s+/, $input; print "<$f> <$s>\n" __END__