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