http://www.perlmonks.org?node_id=737371

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, what would be the best(easier to read the code) way to separate a string "word word word word" into an array of words? (Words are separated by space characters)