in reply to Re: Use of uninitialized value in hash element, -w, How to get details
in thread Use of uninitialized value in hash element, -w, How to get details

When I don't care, I prefer using:
{ no warnings 'uninitialized'; print "$fum $foo\n"; }
But sometimes I want to track down the real cause. I'm at v5.8.7... I wonder how long until SUSE picks up perl 5.10 with the improvement?
  • Comment on Re^2: Use of uninitialized value in hash element, -w, How to get details
  • Download Code