In a message dated 27 Aug 2002, Uri Guttman writes:
>     m{^\s* $stuff := [ "(.*?)" | (\S+) ] };

Or, how about

  my ($fields) = /(<CORE::quotelike(delim => '"')>|\S+)/;

? :-)

Trey

Reply via email to