Shortcut for if(defined($var) && $var ne "") ?

Is there shorter equivalent of if(defined($var) && $var ne "") that doesn't fall for the "0" case, and doesn't produce warning with - w ? Thanks V.M.