Help for this page
Select Code to Download
Select
or
download this
$_=666; { ... print $_; # -> 777 print $main::_; # -> 666 }