Search results for "module:Perl::Critic::Policy::InputOutput::ProhibitOneArgSelect"
Perl::Critic::Policy::InputOutput::ProhibitOneArgSelect - Never write select($fh).
Conway discourages the use of a raw "select()" when setting autoflushes. We'll extend that further by simply prohibiting the one-argument form of "select()" entirely; if you really need it you should know when/where/why that is. For performing autofl...
PETDANCE/Perl-Critic-1.148 - 07 Jan 2023 21:26:26 UTC