Help for this page
my $foo = undef;
my ($foo, $bar) = split " ", int rand 42;
sub foo { baz(); ... print $foo; } }