As I mentioned, I'm severely challenged in the ways of modular thinking ... I just wish I understood how the code you offered is applied to the example I listed.

Also - many of the forms I'd like to Validate with D::FV are static HTML pages ... and I'm assuming that D::FV can be used in these situations?

I feel like I'm close to being able to use the module to check form input ... I can retrieve the missing fields, etc., but can't seem to get past retrieving a hash reference similar to:     HASH(0x81ff9dc)     for the     results->msgs()     info/data instead of real stuff. It's feeling like there's something fundamental that I'm just not recognizing .....

Thanks for your suggestion, jdtoronto, ... maybe one of these months I'll start to understand the concepts more clearly.


In reply to Re: Re: Retrieving "msgs" values from Data::FormValidator by Hagbone
in thread Retrieving "msgs" values from Data::FormValidator by Hagbone

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.