Help for this page

Select Code to Download


  1. or download this
    use Graph::Easy::Parser;
            my $parser = Graph::Easy::Parser->new();
    
    ...
    '[ 503 ] -> [ 7 ]'
    );                         
    print $graph->as_ascii();
    
  2. or download this
    #!/usr/bin/perl
    
    use Graph::Easy::Parser;
    ...
    "[ 6 ] -> [ 201 ]"
    );                         
    print $graph->as_ascii();