in reply to
Do a named regex group in 5.8?
Tie::Hash::NamedCapture
enables this.
Comment on
Re: Do a named regex group in 5.8?
Replies are listed 'Best First'.
Re^2: Do a named regex group in 5.8?
by
zwon
(Abbot)
on Feb 08, 2016 at 23:52 UTC
This module comes with perl and it is used to implement
%+
and
%-
, not the named captures itself. It has no use with 5.8.
[reply]
Re^3: Do a named regex group in 5.8?
by
Cristoforo
(Curate)
on Feb 09, 2016 at 00:10 UTC
zwon
I didn't know that this module would not work with version 5.8 - thanks for the correction.
[reply]
In Section
Seekers of Perl Wisdom