The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

graphcnv - convert textual graph description to ASCII/HTML/SVG/PNG

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.

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-2006

SEE ALSO

<Graph::Easy, http://bloodgate.com/perl/graph.