Help for this page
#!/usr/bin/perl use strict; use warnings; ... my $re = qr/regex_here/; print YAPE::Regex::Explain->new($re)->explain();