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


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

The debug() function can be whatever you want it to be, because you have to write it.

The print() loses against warn() because I can redefine the behaviour of warn() without changing the statements.

--
brian d foy <bdfoy@cpan.org>
  • Comment on Re^4: brian's Guide to Solving Any Perl Problem