Help for this page
for $admin_user (@admin_users) { if ($author =~ /($admin_user)/i) { ... print "$uber_blah "; } }