"[EMAIL PROTECTED]" wrote:
> 
> On Mon, 24 Sep 2001, Greg London wrote:
> 
> > "[EMAIL PROTECTED]" wrote:
> > > does anyone know a way to store either
> > > the string or the positions of all text
> > > matching a memory slot as upposed
> > > to just the last piece?

> > take a look at my module called
> > Parse-Nibbler-0.23.tar.gz

well, Parse-Nibbler isn't a solution to
your entire problem. It was an example
of "a way to store .. the position of
all text matching..."

it's an example of using \G and /g 
along with pos() to keep track of
various posistions in the string.

Greg

Reply via email to