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::Directed

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


NAME

Graph::Directed - directed graphs


SYNOPSIS

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


DESCRIPTION

Graph::Directed allows you to create directed graphs.

For the available methods, see Graph.


SEE ALSO

Graph, the Graph::Undirected 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