in reply to Re: Tell or determine whichever Perl regex group fails
in thread Tell or determine whichever Perl regex group fails

There's also the more recent GraphViz2::Parse::Regexp.
  • Comment on Re^2: Tell or determine whichever Perl regex group fails

Replies are listed 'Best First'.
Re^3: Tell or determine whichever Perl regex group fails
by bliako (Abbot) on Jan 05, 2022 at 17:24 UTC
      You wouldn't extend this module, because it does what it's supposed to. What you're describing would be achieved by getting the graph object back, then mutating it with further inputs from somewhere, like the regex debugger mentioned elsewhere here.