not that i know how to do this... but arent you passing a reference to hash there and not an array like flip mentioned? (dont have cgi installed here at work, so i cant check the docs.. no web access either...just going off of basic perl knowledge) chris -- ------------------------------- Just Your Friendly Neighborhood _SPIDEY_
Ramon wrote: > Thanks, after checking the documentation I came up with this, still not > working > my %labels = ( 'Seattle'=>'Subud Seattle', 'Portland=>'Subud Portland'); > --- > "city:" , scrolling_list( -name="city", > -override=>'1', > -size=>'1', > -labels=>\%labels, > --- > Thanks > > -----Original Message----- > From: fliptop [mailto:[EMAIL PROTECTED]] > Sent: Sunday, November 24, 2002 2:47 PM > To: Ramon Hildreth > Cc: [EMAIL PROTECTED] > Subject: Re: clarification scrolling list (code incl) > > 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] > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]