Help for this page
sub find_holes { my @list = @{ shift() }; ... my @vacancies = grep {$_} @notfound; return \@vacancies; }