Help for this page
my $x; if (f()) { ... ... $x = ...; }
my $found; for (...) { ... $found = ... } }
my @a; while (...) ... push @a, ...; }