Some Perl Special Variables Some Regular Expression Special Variables 24 of 28 : [PREV] [NEXT]

$+ ($LAST_PAREN_MATCH)

  • The last bracket matched by the last search pattern. This is useful if you don't know which of a set of alternative patterns was matched. For example:
  /Version: (.*)|Revision: (.*)/ && ($rev = $+);

© 2004 Barbie barbie@missbarbell.co.uk Home http://birmingham.pm.org/