Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Populating a CGI scrolling list from a database

by Anonyrnous Monk (Hermit)
on Feb 15, 2011 at 16:14 UTC ( [id://888291]=note: print w/replies, xml ) Need Help??


in reply to Populating a CGI scrolling list from a database

As per the docs, the values argument should be an array reference, i.e. in your case

... print scrolling_list(-name => 'cboProj', -values => $doclist);

Update: though, if @$doclist isn't a flat list of names (as moritz points out), this won't work either...  My apologies, spoke too soon — just ignore my post.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://888291]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-24 03:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found