in reply to Method to calculate array length
perl -MO=Lint code.pl Nonexistant subroutine 'Test::scaler' called at code.pl z syntax OK
and perlcritic
perlcritic -1 code.pl Subroutine "scaler" is neither declared nor explicitly imported at lin +e 12, column 9. This might be a major bug. (Severity: 4)
|
|---|