Help for this page
do_something() if (grep /something/, @array);
foreach (@array){ &do_something() and last if /something/; }