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

NAME

App::count - Counting utility for a file consisting of the fixed number of fields like CSV

VERSION

version v0.1.1

SYNOPSIS

  App::count->run(@ARGV);

DESCRIPTION

This is an implementation module of a counting utility for a file consisting of the fixed number of fields.

METHODS

run(@arg)

Process arguments. Typically, @ARGV is passed. For argument details, see count.

SEE ALSO

AUTHOR

Yasutaka ATARASHI <yakex@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Yasutaka ATARASHI.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.