Help for this page
if (undef($a) || undef($b)) { ... }
if ($a = 1) { ... }
for my $k (keys %hash) { if ($k eq "name") { $hash{$k}++; } }