NAME
GraphViz::Remote - use graphviz without installing it
SYNOPSIS
use GraphViz::Remote;
my $g = GraphViz::Remote->new();
# methods as for GraphViz
DESCRIPTION
Installing the graphviz tools dot and neato is occasionally tricky. This module allows you to send your GraphViz object across the Internet to a GraphViz server which processes the graph with the graphviz tools. That way, you do not need to install graphviz locally.
METHODS
As for GraphViz.
NOTES
This module functions by running dot and neato on my own personal webserver, so please do not use this script too often or with large graphs. If you intend to use GraphViz a lot, please install it locally! Many thanks.
AUTHOR
Leon Brocard <acme@astray.com>
COPYRIGHT
Copyright (C) 2001, Leon Brocard
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.