http://qs321.pair.com?node_id=782694

PolarSiva has asked for the wisdom of the Perl Monks concerning the following question:

Hi Monks
i need to edit a xml node using Perl. For example
<project>
 <run_count>
  <count>13</count>
 </run_count>
</project>
i have to change the value 13 to 14 in the above example other than using regular exp. Kindly suggest some tips.