Subject: | Accessor for __INPUT_DATA in DFV::Results |
Hi Mark,
The DFV::Results object contains a __INPUT_DATA hashref which has all
the submitted form data. I'm trying to build a friendly warning for my
Apache error_log that contains the submitted values. I can get at these
values through __INPUT_DATA but would like to have an official accessor
instead of poking around in the internals of the object.
Thanks,
William