Help for this page
for ( 1..3 ) { $x = $_; } print "\$x is $x\n";
for ( 1..3 ) { my $x = $_; } print "\$x is $x\n";