Terrence Brannon wrote:
Alberto Manuel Brandao Simoes <[EMAIL PROTECTED]> writes:


your original post said something about regular expressions.

True. It support them

RULES foo
a(b+)c==>c$1a!!length($1)>5
ENDRULES

so, abbbbbbbc gets cbbbbbbba if the number of b greater than 5.


I believe you can do everything that this module does using
Parse::RecDescent.
You can do everything any module does using Perl... don't get your point.

Alberto.

--
Alberto Simões - Departamento de Informática - Universidade do Minho
                    ,,__
           ..  ..   / o._)                   .---.
          /--'/--\  \-'||        .----.    .'     '.
         /        \_/ / |      .'      '..'         '-.
       .'\  \__\  __.'.'     .'          ì-._
         )\ |  )\ |      _.'
        // \\ // \\
       ||_  \\|_  \\_             Perl Monger
   mrf '--' '--'' '--'            www.perl-hackers.net

Reply via email to