1Graph::Easy::As_ascii(3U)ser Contributed Perl DocumentatiGornaph::Easy::As_ascii(3)
2
3
4

NAME

6       Graph::Easy::As_ascii - Generate ASCII art
7

SYNOPSIS

9               use Graph::Easy;
10
11               my $graph = Graph::Easy->new();
12
13               $graph->add_edge('Bonn', 'Berlin');
14
15               print $graph->as_ascii();
16

DESCRIPTION

18       "Graph::Easy::As_ascii" contains the code to render Nodes/Edges as
19       ASCII art. It is used by Graph::Easy automatically, and there should be
20       no need to use it directly.
21

EXPORT

23       Exports nothing.
24

SEE ALSO

26       Graph::Easy.
27

AUTHOR

29       Copyright (C) 2004 - 2007 by Tels <http://bloodgate.com>.
30
31       See the LICENSE file for more details.
32
33
34
35perl v5.36.0                      2022-07-22          Graph::Easy::As_ascii(3)
Impressum