Skip to content

Instantly share code, notes, and snippets.

@alexagranov
Created June 2, 2014 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexagranov/1e84c17e1210e4e062af to your computer and use it in GitHub Desktop.
Save alexagranov/1e84c17e1210e4e062af to your computer and use it in GitHub Desktop.
Install Regexp::Debugger
sudo cpan Regexp::Debugger
vi /tmp/t.pl
`'abc' =~ /abx|c/`
perl -MRegexp::Debugger /tmp/t.pl
or
rxrx /tmp/t.pl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment