On Sat, Apr 19, 2008 at 01:55:18PM -0700, Mark Glines wrote: > On Sat, 19 Apr 2008 21:45:49 +0200 > NotFound <[EMAIL PROTECTED]> wrote:
> > The same applies to some parameters attributed as non null, and > > explicitly called with NULL argument in several locations. How can a > > cleaner figure what is the desired correction? > > Yeah, that's the same kind of issue. Well, you could force the issue: > throw an exception whenever the pointer is NULL, and then watch to see > who complains. :) The Perl 5 sources now do that, and it works quite nicely. It catches all all wrongness, not just explicit NULL calls. Nicholas Clark