http://www.perlmonks.org?node_id=985733


in reply to Re^3: checking bareword-filehandle
in thread checking bareword-filehandle

Seems you need to exclude the closed warning too.

It seems that unopened works if you never tried to open the file, and closed if the open failed, or it was closed. TIL.