qw( a b c ) #### ( split(' ', ' a b c ') ) #### my @words = split(' ', $text);