1Graph::Easy::As_ascii(3U)ser Contributed Perl DocumentatiGornaph::Easy::As_ascii(3)
2
3
4
6 Graph::Easy::As_ascii - Generate ASCII art
7
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
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
23 Exports nothing.
24
26 Graph::Easy.
27
29 Copyright (C) 2004 - 2007 by Tels <http://bloodgate.com>.
30
31 See the LICENSE file for more details.
32
33
34
35perl v5.38.0 2023-07-20 Graph::Easy::As_ascii(3)