Help for this page
my $var; while( $foo ) { # ... undef $var; }
{ my $var; while( $foo ) { # ... } }