in reply to Re: Repeated Pattern Matching Fails
in thread Repeated Pattern Matching Fails

Thanks vivek for reply. But this pattern will not grep the word string. The pattern i wrote is matching upto certain limit, instead of matching repeatedly. if i do m/($pattern)*/g it won't work.. What do u suggest?