>>>>> "TH" == Trey Harris <[EMAIL PROTECTED]> writes:

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

  TH> Or, how about

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

wouldn't quotelike automatically be inherited from the CORE:: rules like
UNIVERSAL is? i have seen <ws> and others mentioned as not being
hardwired builtins but just rules declared elsewhere and inherited. 

and quoteline might even default to " for its delim which would make
that line:

        my ($fields) = /(<quotelike>|\S+)/;

uri

-- 
Uri Guttman  ------  [EMAIL PROTECTED]  -------- http://www.stemsystems.com
----- Stem and Perl Development, Systems Architecture, Design and Coding ----
Search or Offer Perl Jobs  ----------------------------  http://jobs.perl.org

Reply via email to