SourceCode::LineCounter::Perl

Count lines in Perl source code
Download

SourceCode::LineCounter::Perl Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • brian d foy
  • Publisher web site:
  • http://search.cpan.org/~bdfoy/

SourceCode::LineCounter::Perl Tags


SourceCode::LineCounter::Perl Description

Count lines in Perl source code SourceCode::LineCounter::Perl is a Perl module that can be used to count lines in Perl source code.SYNOPSIS use SourceCode::LineCounter::Perl; my $counter = SourceCode::LineCounter::Perl->new( ); $counter->count; my $total_lines = $counter->total; my $pod_lines = $counter->documentation; my $code_lines = $counter->code; my $comment_lines = $counter->comment; my $comment_lines = $counter->blank; Requirements: · Perl


SourceCode::LineCounter::Perl Related Software