Help for this page
use strict; ... my ($target, @array) = @_; grep {$array[$_] eq $target} (0 .. @array - 1) }
2,4