Help for this page
my $x;
my $x = undef; my $x = 0;
my $x = undef; if (cond()) { ... } else { $x = g(); }