kosta has asked for the wisdom of the Perl Monks concerning the following question:
my $res=$db->select('SELECT name, sname FROM users'); #now I would assume it will only use "name" column for values of the p +opmenu function popupmenu(-values=>$res->[0])
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using fetchall_arrayref in popupmenu
by roboticus (Chancellor) on Feb 11, 2011 at 11:15 UTC | |
|
Re: using fetchall_arrayref in popupmenu
by locked_user sundialsvc4 (Abbot) on Feb 11, 2011 at 13:43 UTC | |
by kosta (Sexton) on Feb 12, 2011 at 19:58 UTC |