On Sun, 24 Nov 2002 at 09:40, Ramon Hildreth opined:

RH:Hi,
RH:This is a clarification of a previous question about a scrolling list.
RH:here is my code:
RH:--
RH:"city name", scrollinglist( -name=>"city",
RH:                                     -override=>'1',
RH:                                     -values=>"@cities",
RH:                                     -multiple=>'1',

you need to reread the documentation.  type

perldoc CGI

and go to the section titled CREATING A SCROLLING LIST.  you're not 
calling the correct method, and you're supposed to pass an array ref.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to