On Mon, 02 Feb 2015 11:54:12 -0500
Harry Putnam <rea...@newsguy.com> wrote:

> Are we even talking about the same program... Perl::Critic/perlcritic?
> 
> For me, it just blows up with piles of help information when I use
> `-c':

Use the -c option with `perl`, not `perlcritic`.

Perl::Critic is the Perl module that you can use in a Perl script to
give it the same functionality.

`perlcritic` is a Perl script that is install when you install
Perl::Critic and it uses the module to examine other Perl scripts.

Hope that helps. :)


-- 
Don't stop where the ink does.
        Shawn

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to