Re: processing a hash of a hash of a hash

2006-07-06 Thread Joshua Colson
On Thu, 2006-07-06 at 17:14 -0400, Ryan Moszynski wrote: > - > > 1 - Use of uninitialized value in hash element at ./clearwhite.pl line 522. > ## > > print "Exists\n" if exists $top{$getgroup}{IOTESTS}{0} ; > print "Defined\n" if defined $top{$

Re: processing a hash of a hash of a hash

2006-07-06 Thread Peter Hoose
July 06, 2006 5:14 PM Subject: processing a hash of a hash of a hash I am trying to print out a hash of a hash of a hash table(with code chunk 1), but I keep getting the following error: Use of uninitialized value in hash element at ./clearwhite.pl line 522. I don't understand where this

processing a hash of a hash of a hash

2006-07-06 Thread Ryan Moszynski
I am trying to print out a hash of a hash of a hash table(with code chunk 1), but I keep getting the following error: Use of uninitialized value in hash element at ./clearwhite.pl line 522. I don't understand where this error is coming from since I can process a hash of a hash just fine, using