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