On Wed, Apr 13, 2005 at 08:38:25AM +0200, Ing. Branislav Gerzo wrote: > AKK> if ($subject eq '' || !defined $subject) > > why you don't use: > unless ($subject) { some_operation }
Maybe "0" is a valid subject. /GM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>