markjugg has asked for the wisdom of the Perl Monks concerning the following question:
It defaults to the first value instead of the second. What am I missing? Thanks, -mark$html .= popup_menu( -name=>'col_id', -values=>[1,2], -default=>2, -labels=>{1=>'Ali',2=>'Baba'}, );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI.pm popup_menu default problem
by cianoz (Friar) on Oct 05, 2000 at 21:57 UTC | |
|
Re: CGI.pm popup_menu default problem
by AgentM (Curate) on Oct 05, 2000 at 21:16 UTC | |
by zdog (Priest) on Oct 05, 2000 at 21:30 UTC | |
|
RE: CGI.pm popup_menu default problem
by merlyn (Sage) on Oct 06, 2000 at 05:56 UTC | |
|
Re: CGI.pm popup_menu default problem
by markjugg (Curate) on Oct 06, 2000 at 00:37 UTC | |
|
Re: CGI.pm popup_menu default problem
by markjugg (Curate) on Oct 06, 2000 at 17:19 UTC |