Graph::Easy::Parser

Graph::Easy::Parser is a Perl module to parse Graph::Easy from textual description.
Download

Graph::Easy::Parser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Tels
  • Publisher web site:
  • http://search.cpan.org/~tels/

Graph::Easy::Parser Tags


Graph::Easy::Parser Description

Graph::Easy::Parser is a Perl module to parse Graph::Easy from textual description. Graph::Easy::Parser is a Perl module to parse Graph::Easy from textual description.SYNOPSIS # creating a graph from a textual description use Graph::Easy::Parser; my $parser = Graph::Easy::Parser->new(); my $graph = $parser->from_text( ' => '. ' => '. ); print $graph->as_ascii(); print $parser->from_file('mygraph.txt')->as_ascii(); # Also works automatically on graphviz code: print Graph::Easy::Parser->from_file('mygraph.dot')->as_ascii();Graph::Easy::Parser lets you parse simple textual descriptions of graphs, and constructs a Graph::Easy object from them.The resulting object can than be used to layout and output the graph. Requirements: · Perl


Graph::Easy::Parser Related Software