in reply to regex parser needed

You need eval (careful with escaping the delimiter), the /e flag on substitutions (see perlop) or something like String::Interpolate.
Perl 6 - links to (nearly) everything that is Perl 6.

Replies are listed 'Best First'.
Re^2: regex parser needed
by bart (Canon) on May 01, 2010 at 07:46 UTC
    Has anybody of you ever used String::Interpolate? Because, judging by the docs alone, it looks like a horrible, overly complex module.