Help for this page
my @possible_next_steps = @{$links{$start}}; my @unvisited_nodes = grep { ! $visited->{$_} } @possible_next_steps; ... for (@unvisited_nodes) { ... };