Perl5-IDEA
Perl5-IDEA copied to clipboard
Investigate handling `@_` members mutations
- try to handle in type inferrence
- make an inspection for this
The value passed as part of @_ will be a reference to the actual argument given in the subroutine call, obtained by applying \ to that argument.
See: https://perldoc.perl.org/perlsub#Prototypes