Man Page: graph::easy::as_graphml
Operating Environment: debian
Section: 3pm
Graph::Easy::As_graphml(3pm) User Contributed Perl Documentation Graph::Easy::As_graphml(3pm)NAMEGraph::Easy::As_graphml - Generate a GraphML text from a Graph::Easy objectSYNOPSISuse Graph::Easy; my $graph = Graph::Easy->new(); $graph->add_edge ('Bonn', 'Berlin'); print $graph->as_graphml();DESCRIPTION"Graph::Easy::As_graphml" contains just the code for converting a Graph::Easy object to a GraphML text. Attributes Attributes are output in the format that "Graph::Easy" specifies. More details about the valid attributes and their default values can be found in the Graph::Easy online manual: <http://bloodgate.com/perl/graph/manual/>.EXPORTExports nothing.SEE ALSOGraph::Easy, <http://graphml.graphdrawing.org/>.AUTHORCopyright (C) 2004 - 2008 by Tels <http://bloodgate.com> See the LICENSE file for information. perl v5.14.2 2011-12-23 Graph::Easy::As_graphml(3pm)
| Related Man Pages |
|---|
| graph::easy::group(3pm) - debian |
| graph::easy::layout::chain(3pm) - debian |
| graph::easy::layout::grid(3pm) - debian |
| graph::easy::parser(3pm) - debian |
| graph::reader::xml(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Introduction |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |
| My first PERL incarnation... Audio Oscillograph |