Re: [cgiapp] help with scrolling_list and htmltmpl from cgiapp

2002-05-30 Thread Gerard ter Haar
Hi, I guess the assignment have not been made correctly because of the single quotes. My guess would be this line: my $contact_list = $q-scrolling_list(-name='contacts', -values=\@contacts, -multiple='true'); Kind

Re: [cgiapp] help with scrolling_list and htmltmpl from cgiapp

2002-05-30 Thread Mark Koopman
Try replacing -values='\@contacts' with -values=$contacts. yet another reason to get into the habit of 'use strict'; -- Mark Koopman WebSideStory San Diego CA 92121 . perl -e 'print chr