in reply to Is 'for' the wrong choice here?
for $admin_user (@admin_users) { if ($author =~ /($admin_user)/i) { print "$blah"; last; } else { print "$uber_blah "; } } [download]