in reply to Re: Hash Table genaration using perl
in thread Hash Table genaration using perl

I am trying like this, i am reading xml and i am extracting but i dnt know how to extract each test description and sotre it in a string. Each test description starts with data number like <data> then how to extract each description and store it in a string.I am beginer to perl.

Replies are listed 'Best First'.
Re^3: Hash Table genaration using perl
by blue_cowdawg (Monsignor) on Sep 30, 2011 at 17:28 UTC

    Take a look at XML::Simple for reading in the XML. It'll work better than greedy regexes.


    Peter L. Berghold -- Unix Professional
    Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

      give any idea regarding store data into string and hash table creation . it helps alot for me.

      Hi, i tried with xml::simple i posted my code above but I want my ouput like test number and their description below. like

      testnumber 0437 <description> testnumber 0438 <description>.....
      description is in xml format