Oh wise monks, some advice please... We've a database of questions; currently they address the user in the 2nd person. ("Do you ...", "If you have...", "Are you...", etc.) A new requirement is that the questions be properly tweaked if the user is calling about their child. ("Does the child...", "If the child has...", "Is the child...", etc.). Handling the object of the sentence via a variable is the easy part, but adjusting the verb is proving more difficult. Damian Conway's written a wonderful module called Lingua::EN::Inflect; it does singular/plural changes, but doesn't seem to offer the switch from 2nd person to 3rd. Do you know of any modules/snippets which can do that?

In reply to verb conjugation by Anonymous Monk

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.