Help for this page

Select Code to Download


  1. or download this
    our @big; # "my" will also work here
    
    ...
      push(@big, $i);
      for (...) { walk($_) }
    }