Re: perl problems

2004-12-13 Thread Ing. Branislav Gerzo
Ken Gillett [KG], on Monday, December 13, 2004 at 08:33 (+) typed: KG> fairly complex perl script that parsed an XML file and contained the KG> following line:- KG>last if /^\t{0,2}<$tag>$/; why you don't use some XML module for parsing XML files ? Sooner or later you will use it anyw

Re: perl problems

2004-12-13 Thread Randy W. Sims
Ken Gillett wrote: I've been running RH 8 on my server for some time and regularly ran a fairly complex perl script that parsed an XML file and contained the following line:- last if /^\t{0,2}<$tag>$/; which would exit the loop at the end of that 'section' as $tag in fact contained "/dict".