>Hi,
>I am trying to mix Mason and Embperl
Just curious, why do mix these two instead of using only one of them ?
>In formular.epl I read a file and insert these data into %fdat for
>further form processing.
>
>So I do (pseudo code):
>
>foreach $key (keys %filehash) {
>$fdat{$key}=$filehash{$key}
>}
That's correct
>Then I have a form to proceed to the next step and pass %fdat via
>[$hidden$]
>
>The problem: my inserted data is not passed to the next page.
If you read the description for hidden carefully you see, that, if you don't
specify anything else, it takes only those elements out of %fdat, for which
exits in @ffld, so just add
@ffld = keys %fdat ;
after your loop
>Tschuess,
Ebenso
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]