Hacker News new | ask | show | jobs
by bmn__ 2244 days ago
You want a debugger.

http://p3rl.org/rxrx

rxrx -e'"abcde" =~ /abe/'

Demo: https://blog-cloudflare-com-assets.storage.googleapis.com/20...

http://p3rl.org/re#'debug'-mode

perl -Mre=debug -e'"abcde" =~ /abe/'

----

https://stackoverflow.com/questions/2348694/how-do-you-debug...

1 comments

Wow, where have I been. That’s awesome. Exactly what I was looking for . Thanks. My Google fu obviously is lacking.