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


in reply to Splitting each word in a string

This is special-cased in split ' ', $string (see split documentation).

Doesn't

@x = split ' ',
       q(Pid    DenyMode   R/W        Oplock           Name);
do what you want?