Help for this page
my $var; ... ... my $var = $var; ... }
if ( sub { ... ) { #... }
if (my @f = do { my @f; ... }) { #... }