in reply to multiple for loop to extract required xml nodes
Hello snehit.ar,
From the sample of code that you provide us and the input data files that you provide us I am not getting the output on the second part of your script.
It looks like the events.xml file input is not correct. Update.
Sample of output.
$ perl test.pl $VAR1 = { '1250' => 'dddd', '957' => 'cccc', '1103' => 'bbbb', '2667' => 'aaaa' }; $VAR1 = [];
Looking forward to your update, BR.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: multiple for loop to extract required xml nodes
by snehit.ar (Beadle) on Jul 11, 2017 at 12:04 UTC | |
by thanos1983 (Parson) on Jul 11, 2017 at 12:46 UTC | |
by snehit.ar (Beadle) on Jul 11, 2017 at 13:36 UTC | |
by thanos1983 (Parson) on Jul 11, 2017 at 15:03 UTC | |
by snehit.ar (Beadle) on Jul 12, 2017 at 05:18 UTC |