in reply to Hash Table genaration using perl

You could use one of the XML parsers available on CPAN. I recommend XML::Twig.

Give one of them a try (read the documentation then write code), and if you still have problems, post specific questions.

  • Comment on Re: Hash Table genaration using perl (XML parse)

Replies are listed 'Best First'.
Re^2: Hash Table genaration using perl (XML parse)
by veerubiji (Sexton) on Oct 04, 2011 at 09:25 UTC
    Hi toolic, thanks for your reply,I will try.