Re: XML value fetching

2010-05-25 Thread Klaus
On 19 mai, 11:12, dr.virus.in...@gmail.com (Chaitanya Yanamadala) wrote: > hai i require one more help > i have an xml like this > > [ snip XML ] > > now what i wanted is that i need to fetch the values of tag email and show > them. > how do i do it.. > > use XML::Simple; > > my $conf=XMLin('x.xml'

Re: grep and regex

2010-05-25 Thread Akhthar Parvez K
On Sunday 23 May 2010, Rob Dixon wrote: > I think you may have simplified the problem you are facing a little too > much, but the code below does what you ask for. If, as I suspect, this > solution is not applicable to your real data, then please try to > describe the problem rather than coding