NAME
graphcnv - convert textual graph description to ASCII/HTML
SYNOPSIS
perl -T graphcnv graph-as-text encoding [outputtype]
Examples:
perl -T graphcnv '[ Bonn ] --> [ Berlin ]' 'utf-8'
perl -T graphcnv '[Bonn] --> [Berlin]' 'utf-8' 'ascii'
DESCRIPTION
Turns a given textual graph representation into a pretty graph. Uses Graph::Easy behind the scenes to do all the hard work.
VERSIONS
Please see the CHANGES file for a complete version history.
- v0.07 2005-07-12 Tels 7 tests
-
use Graph::Easy 0.19 support output format SVG die on unknown output formats
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms of the GPL version2.
See the LICENSE file for information.
AUTHOR
(c) by Tels bloodgate.com 2005
SEE ALSO
<Graph::Easy, http://bloodgate.com/perl/graph.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 113:
'=item' outside of any '=over'