Help for this page

Select Code to Download


  1. or download this
    $a = 3.14159;
    {
    ...
    In block, $::a = 3
    Outside block, $a = 3.14159
    Outside block, $::a = 3.14159
    
  2. or download this
    $a = 3.14159;
    {
    ...
    In block, $::a = 3.14159
    Outside block, $a = 3.14159
    Outside block, $::a = 3.14159