Help for this page

Select Code to Download


  1. or download this
    sub foo {
      my ($var1, $var2, $var3, @arr1);
    
      [a large pile of code]
    }
    
  2. or download this
    {
      my ($var1, $var2, $var3, @arr1);
      sub foo {
    ...
        [rest of the code]
      }
    }