in reply to help need when processing xml using perl

veerubiji:

Before processing the template, scan through your $data structure and delete all the duplicate items--specifically the ones that don't have complete information for your template.

...roboticus

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

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

Replies are listed 'Best First'.
Re^2: help need when processing xml using perl
by veerubiji (Sexton) on Nov 27, 2011 at 19:27 UTC

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

      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.