FreeBSD Manual Pages
Graph::ReadWrite(3) User Contributed Perl Documentation Graph::ReadWrite(3) NAME Graph::ReadWrite - modules for reading and writing directed graphs DESCRIPTION This module is a placeholder in the Graph-ReadWrite distribution, which is a collection of modules for reading and writing directed graphs. You don't use "Graph::ReadWrite", you use one of the reader or writer modules for a specific format: o Graph::Reader::Dot - class for reading a Graph instance from Dot format. o Graph::Reader::HTK - read an HTK lattice in as an instance of Graph. o Graph::Reader::XML - class for reading a Graph instance from XML o Graph::Writer::Dot - write out directed graph in Dot format o Graph::Writer::HTK - write a perl Graph out as an HTK lattice file o Graph::Writer::VCG - write out directed graph in VCG format o Graph::Writer::XML - write out directed graph as XML o Graph::Writer::daVinci - write out directed graph in daVinci format REPOSITORY <https://github.com/neilb/Graph-ReadWrite> AUTHOR Neil Bowers <neilb@cpan.org> COPYRIGHT AND LICENSE This software is copyright (c) 2001-2015 by Neil Bowers <neilb@cpan.org>. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.32.1 2021-03-27 Graph::ReadWrite(3)
NAME | DESCRIPTION | REPOSITORY | AUTHOR | COPYRIGHT AND LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Graph::ReadWrite&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>