| Graph-Easy-Manual documentation | Contained in the Graph-Easy-Manual distribution. |
Graph::Easy::Manual - HTML manual for Graph::Easy
# generate the HTML manual locally:
cd doc
./gen_manual
# then open doc/manual/index.html in browser
A Graph::Easy::Manual provides a comprehensive HTML manual
for Graph::Easy.
manual graph drawing flowchart
The HTML-Version is currently mirrored on these two locations:
See also: Graph::Easy, and Mediawiki-POD.
Copyright (C) 2004 - 2008 by Tels http://bloodgate.com
This library is free software; you can redistribute it and/or modify it under the same terms as the GPL version 2 or later.
See the LICENSE file for more details.
tels gpl license
| Graph-Easy-Manual documentation | Contained in the Graph-Easy-Manual distribution. |
############################################################################# # (c) by Tels 2004-2008. Manual for Graph::Easy. # ############################################################################# package Graph::Easy::Manual; use strict; use vars qw/$VERSION/; $VERSION = '0.41'; 1; __END__