in reply to Re^4: Multiple uses of (?{ code }) do not appear to be called
in thread Multiple uses of (?{ code }) do not appear to be called

I'll be damned. It feels a little contradictory but it works. Maybe it's time I re-read all that Perl literature again!

What feels a little contradictory?

  • Comment on Re^5: Multiple uses of (?{ code }) do not appear to be called

Replies are listed 'Best First'.
Re^6: Multiple uses of (?{ code }) do not appear to be called
by bsdz (Friar) on Dec 29, 2006 at 21:50 UTC
    The "local our" bit felt contradictory.. though that doesn't mean it doesn't make sense.