Help for this page
do { some; series of; commands; which can use $_; } foreach @files;
foreach (@files) { some; ... commands; which can use $_; }