Help for this page

Select Code to Download


  1. or download this
    do { some; series of; commands; which can use $_; } foreach @files;
    
  2. or download this
    foreach (@files) {
      some;
    ...
      commands;
      which can use $_;
    }