in reply to Re: Re: Is for the wrong choice here?in thread Is 'for' the wrong choice here?
if ( grep { /($admin_user)/i } $author ) { print "$blah "; } else { print "$uber_blah"; } [download]