Re: Debug when script WILL NOT RUN

2015-02-02 Thread Shawn H Corey
On Mon, 02 Feb 2015 11:54:12 -0500 Harry Putnam 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 y

Re: Debug when script WILL NOT RUN

2015-02-02 Thread Harry Putnam
Shawn H Corey writes: > As Paul Johnson says, try it with the -c option first but note: > > -c causes Perl to check the syntax of the program and then exit > without executing it. Actually, it will execute and "BEGIN", > "UNITCHECK", or "CHECK" blocks and any "use" statements: these