Re: TRUE
Ian Phillipps <[email protected]>
| Newsgroups | gmane.comp.lang.perl.fun |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 21 Jan 2004 at 16:48:47 -0500, Andrew Pimlott wrote: > But such code > can sometimes be improved even more by defining a specific constant > for each use. > foo($bar, $baz, !VERBOSE, STOP_ON_ERROR); And the real Fun with Perl is that this code will work perfectly well without your bothering to define the constants. Use strict? What's that? Ian