RE: using multiple hashes with hidden in HTML::Embperl

2000-05-26 Thread Gerald Richter
> > 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

RE: using multiple hashes with hidden in HTML::Embperl

2000-05-26 Thread Terrence Brannon
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

RE: using multiple hashes with hidden in HTML::Embperl

2000-05-25 Thread Gerald Richter
> > 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