On Sun, 1 Feb 2015 00:10:30 -0800
Charles DeRykus <dery...@gmail.com> wrote:

> One good sleuthing tool is perltidy (perltidy.sourceforge.net) which
> is good at unraveling a rat's nest of errors to  tease out the
> culprit:

You can also download and install with `cpan`:

    cpan Perl::Tidy

Another good tool to have is is `perlcritic`. It can also be downloaded
and install with `cpan`:

    cpan Perl::Critic

See:
http://metacpan.org/pod/distribution/Perl-Tidy/lib/Perl/Tidy.pod
http://metacpan.org/pod/distribution/Perl-Tidy/bin/perltidy
http://metacpan.org/pod/Perl::Critic
http://metacpan.org/pod/distribution/Perl-Critic/bin/perlcritic


-- 
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