Help for this page

Select Code to Download


  1. or download this
    my $BigCalc = do {
        my $SmallCalc;
    ....
        $smallCalc;
    };
    
  2. or download this
    { lock $fred; $fred = 3; }
    
  3. or download this
    {
        my $var;
    ...
            ...
        }
    }