in reply to Is 'for' the wrong choice here?
_____________________________________________________my $admin_users = "Jason|WAYNE|Rob"; if ($author =~ /($admin_users)/i) { print "$blah"; } else { print "$uber_blah"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Is for the wrong choice here?
by grep (Monsignor) on Jan 19, 2002 at 02:29 UTC |