my %hash = (); $hash{'bar'} = undef; #### $hash{'bar'} = ''; #### $hash{'bar'} = undef; if(defined $hash{'bar'}){print "false"} if($hash{'bar'}){print "false"} #### $hash{'bar'} = '0'; if(defined $hash{'bar'}){print "true") if($hash{'bar'}){print "false")