Next | Program Repair Shop | 8 |
foreach $dataitem (@$array) { ...... elsif($index == 15) { my $mean_motion = $xmldocument->createElement("mean-motion"); $orbital_element->appendChild($mean_motion); $mean_motion->appendChild($xmldocument->createTextNode($dataitem)); } elsif($index == 16) { # revolution-at-epoch # first-derivative-of-mean-motion } $index++; }
Next | Copyright © 2006 M. J. Dominus |