for $admin_user (@admin_users) { if ($author =~ /($admin_user)/i) { print "$blah"; last; } else { print "$uber_blah "; } }
In reply to Re: Is for the wrong choice here?
by trs80
in thread Is 'for' the wrong choice here?
by jerrygarciuh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |