I did, but I wouldn't have looked for it anyway. This was one of those fun problem solving excursions to kill some time.

The fun things I had to figure out included playing with least common denominators, creating a data structure that included everything I needed but which wasn't too complex, and fleshing out the measurements table properly after new user input.

Lots more fun than searching for a module would have been. And furthermore, how could someone build up coding mojo without retackling a problem that has already been solved? If I ever decide to contribute something completely unique and useful to the CPAN library, it will be because I have built up my skills solving things that have already been solved before.


In reply to Re^2: Conversion engine by delirium
in thread Conversion engine by delirium

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.