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

NAME

measureperl - count lines, packages, subs and complexity of Perl files.

SYNOPSIS

Show all metrics measureperl FILE_OR_DIRECTORY [FILE_OR_DIRECTORY ....] ex) measureperl lib

Show only errors in subroutines measureperl -e lib

Show only method which sloc is 50 and mccabe's complexity is over 10 measureperl -e -l 50 -c 10 lib

REQUIRED ARGUMENTS

At least one file or directory path must be supplied.