in reply to
Re^2: Finding names in files
in thread
Finding names in files
That syntax puts the default variable (i.e., the array element that he's working on) into $file so he can use that in his loop instead of $_ or
$file=$_;
No muss, no fuss
Comment on
Re^3: Finding names in files
Download
Code
In Section
Seekers of Perl Wisdom