The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Perl::Critic::Policy::Subroutines::ProhibitBuiltinHomonyms"

Perl::Critic::Policy::Subroutines::ProhibitBuiltinHomonyms - Don't declare your own open function. River stage three • 133 direct dependents • 408 total dependents

Common sense dictates that you shouldn't declare subroutines with the same name as one of Perl's built-in functions or keywords. See perlfunc for a list of built-in functions; see perlsyn for keywords. sub open {} #not ok sub exit {} #not ok sub prin...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC
1 result (0.072 seconds)