>
> How does one specify the list of hashes?
> tab-separated? comma-separated? whitespace-separated?
>
Example (this is the default):
[$ hidden %fdat %idat @ffld $]
That mean generate hidden fields for all values that are in %fdat, but not
in %idat and order them in the same order then @ffld
How does one specify the list of hashes?
tab-separated? comma-separated? whitespace-separated?
--- Gerald Richter <[EMAIL PROTECTED]> wrote:
> >
> > Gerald, my [$ hidden $] wont work... I dont know
> how
> > to give multiple hashes as arguments to this
> > HTML::Embperl function.
> >
> > My sour
>
> Gerald, my [$ hidden $] wont work... I dont know how
> to give multiple hashes as arguments to this
> HTML::Embperl function.
>
> My source code is at:
> http://stage.angryman.com/siteview/external/index.epl.source
>
[* %hidden = ('iid' => $rec->{iid}, '!Table' => 'external_poll'); *]
[$ hi