in reply to Re: Re: Re: Check on if statement
in thread Check on if statement

if(!$foo || $foo =~ /\?/){ # either its blank or there is a ? somewhere in it }
actually, that would read: # it is blank, '0' or there is a '?' somewhere in it