The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Rx - Regex debugger module

SYNOPSIS

  use Rx;

  $rx = instrument('regex', 'flags');
  $rx->start($target, $callback);

DESCRIPTION

AUTHOR

Mark-Jason Dominus (mjd-perl-rx+@plover.com)

SEE ALSO

perl(1), perlre.