diff options
Diffstat (limited to 'posts/2009-05-30-catalystx-dispatcher-asgraph.md')
| -rw-r--r-- | posts/2009-05-30-catalystx-dispatcher-asgraph.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posts/2009-05-30-catalystx-dispatcher-asgraph.md b/posts/2009-05-30-catalystx-dispatcher-asgraph.md index 2ee2da6..3032af3 100644 --- a/posts/2009-05-30-catalystx-dispatcher-asgraph.md +++ b/posts/2009-05-30-catalystx-dispatcher-asgraph.md @@ -2,6 +2,8 @@ This morning I saw [this post](http://marcus.nordaaker.com/awesome-route-graph-w You use it like this: `perl bin/catalyst_graph_dispatcher.pl --appname Arkham --output routes.png` + + You can create a simple script to output as text if you prefer: ``` perl @@ -14,6 +16,4 @@ $graph->run; print $graph->graph->as_txt; ``` -The code is on [my git server](http://git.lumberjaph.net/p5-catalystx-dispatcher-asgraph.git/) for the moment. - For thoses who are interested by visualization, I'll publish soon some (at least I think) really nice visualisations about CPAN, Perl, and his community, that we have created at [$work](http://rtgi.fr). |
