fionbarr has asked for the wisdom of the Perl Monks concerning the following question:
How do you use the capture method with RegExp::Assemble?
I am building a regex string and I want to use the capture to do another regular expression to capture what comes AFTER the found string.
Please show a sample of your data and also what you are trying to capture. It's very easy to match too much or too little with regex, so we can't answer your question without a sample of the data.