Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Graph::Undirected

Name Graph::Undirected
Version
Located at /usr/share/perl5/vendor_perl
File /usr/share/perl5/vendor_perl/Graph/Undirected.pm
Is Core No
Search CPAN for this module Graph::Undirected
Documentation Graph::Undirected
Module Details Graph::Undirected


NAME

Graph::Undirected - undirected graphs


SYNOPSIS

    use Graph::Undirected;
    my $g = Graph::Undirected->new;
    # Or alternatively:
    use Graph;
    my $g = Graph->new(undirected => 1);
    my $g = Graph->new(directed => 0);


DESCRIPTION

Graph::Undirected allows you to create undirected graphs.

For the available methods, see Graph.


SEE ALSO

Graph, the Graph::Directed manpage


AUTHOR AND COPYRIGHT

Jarkko Hietaniemi jhi@iki.fi


LICENSE

This module is licensed under the same terms as Perl itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024