>>>>> "DC" == Dan Collins <[EMAIL PROTECTED]> writes:


  DC> Last I checked, '.' matches \s. Oh, and '/' uis a pretty important
  DC> character, and should really be escaped.

nope. . doesn't match \n which is part of \s. you need the /s modifier
to make . match \n (and then of course \s).

  DC> In total, I count 9 errors and 213 characters removed. Though, I can't
  DC> count, so that may be wrong. Did I miss anything?

i dunno. i can't figure it out either. that is why i posted it here! :)

uri

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

Reply via email to