in reply to Re^3: find min, max and average
in thread find min, max and average

Check the output of XML::Simple (dump it with Data::Dumper), and see if there's a way to distinguish between the groups. If not, you'll have to upgrade from XML::Simple to a more complicated XML module.

(Did you really say "an empty line"? Empty lines are meaningless in XML. You should nest the related tags in a grouping tag.)

Replies are listed 'Best First'.
Re^5: find min, max and average
by techtween (Novice) on May 25, 2011 at 09:52 UTC

    bart i already checked using Data dumper. Further, its not like an empty line. check this URL, http://www.perlmonks.org/?node_id=906467 you will know better by what i say as empty line. In the above URL i've mentioned the code i used too. The point is the XML file i have listed in that link, i need to display it in two arrays. one array with all values before the empty new line and other array with all values below the empty new line. that is it. Thank you for yours reply.