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

Evidently, but at the moment the open is in a different lexial scope as the print so I would need to declare a lexical $FH in the common enclosing scope - I'll do that eventually.

But apart from your suggestions for suppressing the warning outright - is there really no easy way for checking such a handle?

Replies are listed 'Best First'.
Re^3: checking bareword-filehandle
by moritz (Cardinal) on Aug 06, 2012 at 13:30 UTC