http://www.perlmonks.org?node_id=376112


in reply to brian's Guide to Solving Any Perl Problem

Most of these things also apply to any programming task in any language not just Perl. At a first glance the only thing that doesn't fit into any language is "Are you using the right special variable?".
  • Comment on Re: brian's Guide to Solving Any Perl Problem

Replies are listed 'Best First'.
Re^2: brian's Guide to Solving Any Perl Problem
by brian_d_foy (Abbot) on Jul 21, 2004 at 00:16 UTC
    There is also the Perl pragma's, using perldoc, several mentions of the perl documentation, using Data::Dumper, using the perl debugger, checking module versions, setting the environment in %ENV, using Test::Harness, and probably a few other things. :)
    --
    brian d foy <bdfoy@cpan.org>
      Yes, but other languages has profilers, docs and so on. These things are not perl only. :)