Help for this page

Select Code to Download


  1. or download this
    foreach (@_) {
       # use $_ here 
    }
    
  2. or download this
    foreach my $some_path (@$path_list) {
       # etc
    }