in reply to Re: how can push value from regex to a array of hash of hashes
in thread how can push value from regex to a array of hash of hashes

Thanks ikegami. But this will push me the value obtained from the regex passes to $serviceref to an array under the hash %index{"ID$counter"}{"sons"} ?? I mean, sons will contain all the matches in an array ?
  • Comment on Re^2: how can push value from regex to a array of hash of hashes

Replies are listed 'Best First'.
Re^3: how can push value from regex to a array of hash of hashes
by ikegami (Patriarch) on Jan 07, 2009 at 14:59 UTC
    yes
      it works!!! thanks a lot ikegami!