in reply to Do a named regex group in 5.8?

Tie::Hash::NamedCapture enables this.

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.
      zwon
      I didn't know that this module would not work with version 5.8 - thanks for the correction.