I have an array ... @effort. I want to match the first instance 
of /AbC/ in @effort and push that element into a new array 
@newarray.

Immediately after that, I want to match the first instance of 
/ZyX[andall13charactersfollowingZyX]{anddontmatchanymoreZyX}/ 
in @effort and push that element into @newarray.

Then I want to repeat the entire sequence and match the next 
instance of /AbC/ .. push that into @newarray .. 
and then match the next instance of
/ZyX[andall13charactersfollowingZyX]{anddontmatchanymoreZyX}/
and push that into @newarray ....


And repeat entire sequence, 
repeat entire sequence, 
repeat entire sequence ........

Can someone give me clues ??



  

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to