Help for this page

Select Code to Download


  1. or download this
    sub huge_function {
        my $many, $variables, ...;
    ...
    
        # do something else
    }
    
  2. or download this
    {
        my $many, $variables, ...;   # accessible inside all closed over s
    +ubs here
    ...
        }
    
    }