HTML::Form - Getting ->parse back into $html_document

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 :

[at] 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
ML [ Do, 17 Januar 2008 16:33 ] [ ID #1910980 ]
Perl » perl.libwww » HTML::Form - Getting ->parse back into $html_document

Vorheriges Thema: question about SOAP::Header
Nächstes Thema: Re: GETS and POSTS (followup)