Jarkko Hietaniemi > Graph-0.20105 > Graph

Download:
Graph-0.20105.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  4
Open  1
View Bugs
Report a bug
Module Version: 0.20105   Source  

NAME ^

Graph - graph operations

SYNOPSIS ^

    use Graph;

    $g = new Graph;

DESCRIPTION ^

This is just a front-end class for Graph::Directed and Graph::Base.

Instantiated Graph objects (like $g in the the above description) are in fact Graph::Base objects in disguise, look there for the methods available. If you want undirected graphs, create Graph::Undirected objects.

COPYRIGHT ^

Copyright 1999, O'Reilly & Associates.

This code is distributed under the same copyright terms as Perl itself.