coldfingertips has asked for the wisdom of the Perl Monks concerning the following question:
#assuming $form_string is either form_name or form_number # assuming $param_string are key/values separated with => $mech->submit_form( $form_string => $d, fields => { $param_string });
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: passing a variable as a string
by tirwhan (Abbot) on Feb 28, 2006 at 17:11 UTC | |
by coldfingertips (Pilgrim) on Feb 28, 2006 at 17:24 UTC | |
|
Re: passing a variable as a string
by davido (Cardinal) on Feb 28, 2006 at 17:15 UTC | |
by friedo (Prior) on Feb 28, 2006 at 18:51 UTC | |
by davido (Cardinal) on Feb 28, 2006 at 18:58 UTC |