Hi,
i have large xml file which contains lot of information about tests and test discription. i want to convert xml file into hash table using perl. can any body help me how to do this.

my data like this

<data>
<number>1</number>
<details>reson for this test</number>
<discription>how to rectify</number>
</data> .

thanks in advance.