RE: How to remove new line chars

2004-10-21 Thread Bob Showalter
Abhishek Dave wrote: > I am stucking with my problem of reading xml file , > I am trying to remove the new line chars form xml file and just > readout the xml tags. If you're trying to parse XML, use an XML parser. http://perl-xml.sourceforge.net/faq/ -- To unsubscribe, e-mail: [EMAIL PROTE

Re: How to remove new line chars

2004-10-21 Thread Willy West
On Thu, 21 Oct 2004 11:23:59 -0400 (EDT), Steve Bertrand <[EMAIL PROTECTED]> wrote: > > I am stucking with my problem of reading xml file , > > I am trying to remove the new line chars form xml file and just > > readout the xml tags. > > > > Please any guys have a look at this one. > > please gu

Re: How to remove new line chars

2004-10-21 Thread Steve Bertrand
> I am stucking with my problem of reading xml file , > I am trying to remove the new line chars form xml file and just > readout the xml tags. > > Please any guys have a look at this one. > please guide me some good stuff abut regex in perl . perldoc perlretut perldoc perlre Have fun! Steve

How to remove new line chars

2004-10-21 Thread Abhishek Dave
I am stucking with my problem of reading xml file , I am trying to remove the new line chars form xml file and just readout the xml tags. Please any guys have a look at this one. please guide me some good stuff abut regex in perl . Thanks and Regards, abhishek