Created
June 2, 2014 17:36
-
-
Save alexagranov/1e84c17e1210e4e062af to your computer and use it in GitHub Desktop.
Install Regexp::Debugger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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