in reply to Re: Populating forms
in thread Populating forms
I can't see how I can get CGI.pm to append to an existing piece of HTML, so should I do something like
my $snippet = $cgi->checkbox_group( -name=>'foo', -value=>['aaa', 'bbb', 'ccc'] );
then replace [% SOMETHING %] with $snippet?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Populating forms
by Happy-the-monk (Canon) on Mar 29, 2004 at 09:29 UTC |