Re: references to operators?

2010-04-16 Thread Tim Bowden
On Fri, 2010-04-16 at 12:51 +0300, Shlomi Fish wrote: > Hi Tim, > > On Friday 16 Apr 2010 12:06:31 Tim Bowden wrote: > > I've got a nested hash data structure, and I want to create tests for > > many of the attributes within that data structure, but I'm not sure of > > the best way to do that. > >

Re: references to operators?

2010-04-16 Thread Shlomi Fish
Hi Tim, On Friday 16 Apr 2010 12:06:31 Tim Bowden wrote: > I've got a nested hash data structure, and I want to create tests for > many of the attributes within that data structure, but I'm not sure of > the best way to do that. > > Example: > > my $dataStructure = {'GroupA'=>{ > 'element1'=

references to operators?

2010-04-16 Thread Tim Bowden
I've got a nested hash data structure, and I want to create tests for many of the attributes within that data structure, but I'm not sure of the best way to do that. Example: my $dataStructure = {'GroupA'=>{ 'element1'=>{ 'attrib1'=>'someValue', 'attrib2'=>'otherValue'}, 'element2