Hi,

        I know you can run C programs from perl. I know you can run
perl programs from C. My question is, is there a perl script (or any
software)
that is able to convert perl regex into valid C code ?

        Perl is wonderful for matching expression, some software I have to
deal
with in C would benefit a lot from these regex; it would be great if I could
write the regex is perl, and convert it into C, pasting the resulting code
into a function in my C program.

        Obviously I could also use a regex library for C but I would prefer
to avoid that. 

Thanks,
-Robin

Reply via email to