The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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

Perl::Critic::Policy::Subroutines::RequireArgUnpacking - Always unpack @_ first. River stage three • 131 direct dependents • 408 total dependents

Subroutines that use @_ directly instead of unpacking the arguments to local variables first have two major problems. First, they are very hard to read. If you're going to refer to your variables by number instead of by name, you may as well be writi...

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