chh@scallop ~> touch "Foo bar" chh@scallop ~> perl -le 'print grep /\s/, <*>' Foo bar chh@scallop ~> perl -le '@f = <*>; print grep /\s/, @f' Foo bar