The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Graph::DFS - graph depth-first search

SYNOPSIS

see description

DESCRIPTION

    new

            $dfs = Graph::DFS->new($G, %param)
    
            Returns a new depth-first search object for the graph $G
            and the (optional) parameters %param.

See also Graph::Traversal.

COPYRIGHT

Copyright 1999, O'Reilly & Associates.

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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 21:

You can't have =items (as at line 27) unless the first thing after the =over is an =item