Hmm, I don't really understand what you asking for. Do you expect some monk(s) to rewrite 850 lines of C code into Perl? Even though doing the same thing in Perl is likely to take several times less code lines, you can't ask that from monks trying to help others for free to do that.

I have just spent most of the last weeks rewriting into 3 Perl programs a really complex bunch of 50+ shell programs (tens of thousands of shell code lines) calling each other with various data elements, creating several hundred files in two dozen of different directories, with these processing running on five different computing platform. I can tell you that this is one of the most tedious developing tasks I had to do in the last decade or perhaps longer. Porting an algorithm is easy enough, porting a full application can be far more complicated.

I wish I could have refused to do it, even if that meant not being paid for those weeks (I am freelance). But I could not really refuse, because I am really the only expert on that very narrow subject, so that anyone else would have spent much much more time than me. My client would have hardly forgiven such an attitude from me.

I can tell you one thing: rewriting code into another language is often really painful. I would really have preferred to have a clear requirement specification and to do everything over from scratch. So, in brief, I am not gonna help you porting your C program to Perl (especially not for free).

But, if you know well enough what you need, and if you want to analyze yourself the C program and understand what it does, and can explain clearly what fuzzy matching you are looking for, and give clear specification of the requirement, then probably many monks, including myself, will really be willing to help (if I can, as far as I am concerned).


In reply to Re: Again Fuzzy regex !!!! by Laurent_R
in thread Again Fuzzy regex !!!! by samman

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.