Help for this page

Select Code to Download


  1. or download this
    my $graph = Graph->new;
    $graph->set_vertex_attributes("/",  { "type" => "dir" });
    my $self = {
        graph => $graph
    };
    
  2. or download this
    sub extract_paths_from_graph {
        my ($self,$paths_href) = @_;
    ...
            last unless ($found_changes);
        }
    }
    
  3. or download this
    if ($subpath =~ /^$target\// || $subpath =~ /^$target$/) {