$reg-param, $req-body - is there a way to set form data?

2006-10-27 Thread Patrick Galbraith
Hi all, I have in my code what used to work on 1.0. I have this variable, $form, which is a reference for $req-param. I had cases in the code where something is submitted in a form that is incorrect, and I want to change the op of the form by setting $form-{op} (the code has a hash reference

Re: $reg-param, $req-body - is there a way to set form data?

2006-10-27 Thread Jonathan Vanasco
On Oct 27, 2006, at 8:25 PM, Philip M. Gollucci wrote: You can not, they are readonly versions of APR::Table (apr_table_t) You could always copy the structure to a hash somewhere. Also, check the archvies of this list, I know someone (probably joes) posted an answer to this question