debian man page for graph::easy::as_ascii

Query: graph::easy::as_ascii

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Graph::Easy::As_ascii(3pm)				User Contributed Perl Documentation				Graph::Easy::As_ascii(3pm)

NAME
Graph::Easy::As_ascii - Generate ASCII art
SYNOPSIS
use Graph::Easy; my $graph = Graph::Easy->new(); $graph->add_edge('Bonn', 'Berlin'); print $graph->as_ascii();
DESCRIPTION
"Graph::Easy::As_ascii" contains the code to render Nodes/Edges as ASCII art. It is used by Graph::Easy automatically, and there should be no need to use it directly.
EXPORT
Exports nothing.
SEE ALSO
Graph::Easy.
AUTHOR
Copyright (C) 2004 - 2007 by Tels <http://bloodgate.com>. See the LICENSE file for more details. perl v5.14.2 2011-12-23 Graph::Easy::As_ascii(3pm)
Related Man Pages
graph::easy::base(3pm) - debian
graph::easy::edge(3pm) - debian
graph::easy::group(3pm) - debian
graph::easy::layout::force(3pm) - debian
graph::easy::parser::vcg(3pm) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph