Next | Program Repair Shop | 6 |
foreach $array (values %orbital_elements_hash) { my $index = 0; my $orbital_element = $xmldocument->createElement("orbital-element");
foreach $dataitem (@$array) ...
OK, nothing strange about that
It's the contents of the inner foreach loop that are amazing
Next | Copyright © 2006 M. J. Dominus |