in reply to Re: help need when processing xml using perl
in thread help need when processing xml using perl

Can you suggest me, which module is useful and how to delete such information.if possible can you provide one example.

  • Comment on Re^2: help need when processing xml using perl

Replies are listed 'Best First'.
Re^3: help need when processing xml using perl
by roboticus (Chancellor) on Nov 27, 2011 at 21:20 UTC

    veerubiji:

    Come on, now. It's just a data structure. Print it out with something like Data::Dumper, then write some code to iterate over the data structure and delete the things you don't want. Give it a try.

    ...roboticus

    When your only tool is a hammer, all problems look like your thumb.