I think %+ and %- are good examples of taking advantage of reserved variables after introducing named captures in regex. ( added in Perl v5.10.0)
@1 has no special meaning and doesn't need to be declared under strict!
As a side note, it's possible to use @a or %b without explicit declaration under strict ... that's really not optimal and really should be documented.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
In reply to Re^4: $1[ (reserved != allowed)
by LanX
in thread $1[
by rsFalse
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |