in reply to This could have DWIM better

Well, to tell the truth, I just

use warnings; no warnings qw(uninitialized);
to silence this particular warning completely. I find it annoying and pointless. But that's just me and everyone knows I'm weird.

Replies are listed 'Best First'.
Re^2: This could have DWIM better
by Aristotle (Chancellor) on Mar 03, 2006 at 16:53 UTC

    I find it valuable about 4 times out of 5. The one warning category I always disable is once.

    Makeshifts last the longest.