in reply to Re: brian's Guide to Solving Any Perl Problem
in thread brian's Guide to Solving Any Perl Problem

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>
  • Comment on Re^2: brian's Guide to Solving Any Perl Problem

Replies are listed 'Best First'.
Re^3: brian's Guide to Solving Any Perl Problem
by JanneVee (Friar) on Jul 21, 2004 at 13:19 UTC
    Yes, but other languages has profilers, docs and so on. These things are not perl only. :)