[Pdx-pm] regex regex

Tom Phoenix rootbeer at redcat.com
Sun Jan 30 07:51:30 PST 2005


On Thu, 27 Jan 2005, Michael Rasmussen wrote:

> So I need a regex to find regexes.  Or do I?  Perhaps search for
> m|(/.*?/)| and then strip the /s and eval the remainder.

Rather than parsing the source code, why not use the decompiler to pull
out the patterns? Start with B::Concise, maybe, or one of the other B::* 
modules. Good luck with it!

--Tom Phoenix


More information about the Pdx-pm-list mailing list