NAME Graph::Regexp - Create graphical flowchart from a regular expression SYNOPSIS # print out ASCII graph perl -Mre=debug -e '/just|another|perl|hacker/' 2>&1 | examples/regraph # the same, as PNG rendered via dot perl -Mre=debug -e '/me|you/' 2>&1 | examples/regraph as_graphviz | dot -Tpng -o me.png DESCRIPTION This module takes the debug dump of a regular expression (regexp) as generated by Per
{{#tags}}- {{label}}
{{/tags}}