1 | A match m/regexp/; or equivalent s pattern match sets |
2 | $MATCH or $& -- The matched string |
3 | $PREMATCH or $` to be string before matched string |
4 | $POSTMATCH or $' to be string after matched string |
5 |
$LAST_PAREN_MATCH or $+ contains material in last paranthesis matched
|