Help for this page

Select Code to Download


  1. or download this
    $_=666;
    {
    ...
      print $_;        # -> 777
      print $main::_;  # -> 666
    }