for $admin_user (@admin_users) { if ($author =~ /($admin_user)/i) { print "$blah"; } else { print "$uber_blah "; } }