HTML::Form - Getting ->parse back into $html_document
"Tuc at T-B-O-H.NET" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.lwp |
|---|---|
| Message-ID | <200801171533.m0HFX72N067090@himinbjorg.tucs-beachin-obx-house.com> |
Hi,
I'm looking to modify a form on the fly before its
presented to the user. Using HTML::Form and push_input I can
do what I want :
@forms = HTML::Form->parse($pagecontent,$pagebase);
$forms[0]->push_input("hidden",{name => 'tucadded',value=>'tboh'});
But how do I get it BACK into $pagecontent?
Thanks, Tuc