balajinagaraju has asked for the wisdom of the Perl Monks concerning the following question:
@VAR1 = { 'testcase1' => { 'step1' => { 'command' => 'Launchapplication ', 'param1' => 'executablepath', 'param2' => 'dirpath' }, 'step2' => { 'command' => 'SelectMenu' }, 'step3' => { 'command' => 'Changemode', 'param1' => '100' }, 'step4' => { 'command' => 'CaptureRectanlge', 'param1' => '3', 'param2' => '96', 'param3' => '726', 'param4' => '580' }, 'step5' => { 'command' => 'CompareImage', 'image1' => 'D:\\\\img1.jpg', 'image2' => 'D:\\\\img2.jpg ' } }, 'testcase2' => { 'step1' => { 'command' => 'Launchapplication ', 'param1' => 'executablepath', 'param2' => 'dirpath' }, 'step2' => { 'command' => 'Dothis' }, 'step3' => { 'command' => 'Changemode', 'param1' => '100' }, 'step4' => { 'command' => 'CaptureRectanlge', 'param1' => '3', 'param2' => '96', 'param3' => '726', 'param4' => '580' }, 'step5' => { 'command' => 'CompareImage', 'image1' => 'D:\\\\img1.jpg', 'image2' => 'D:\\\\img2.jpg ' } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Code for parsing an array of hashes
by mbethke (Hermit) on Apr 04, 2012 at 06:07 UTC | |
|
Re: Code for parsing an array of hashes
by Riales (Hermit) on Apr 04, 2012 at 05:40 UTC |