[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl-AnyPerl] Checkbox CGI



On Tue, Jun 20, 2000 at 05:30:21PM -0700, EaTrom wrote:
> process_items {
> 	for ($index = 1; $index<10; $index++) {
> 	    $is_checked = $test_data{'xt$index'};

'xt$index' is a literal string.  Try "xt$index" instead.

Ronald

P.S.  This probably should have gone to the CGI list instead of the anyperl
list.  :)

==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-anyperl-request@macperl.org