in reply to Re^4: Reading from filehandles in a loop and matching lines
in thread Reading from filehandles in a loop and matching lines

Yes, it is perl. It complains because you turned strict on without tindying the code. See strict. Nevertheless, you have errors in the code like missing semicolons.
  • Comment on Re^5: Reading from filehandles in a loop and matching lines