perlanswers has asked for the wisdom of the Perl Monks concerning the following question:
print start_form(-method=>'GET'); print " <br>  <B>Site</B>  "; $site_selected="place"; print popup_menu( -name => 'popup1', -values =>['place','place1','place2','place3'], -default => 'value2' -submit => 'submit' ); print "          "; print submit(-name=>'submit',-values=>'submit'); print end_form;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: How to ... using perl cgi script ?
by hippo (Archbishop) on Apr 04, 2017 at 08:05 UTC | |
Re: How to call sub routine onclicking submit button by different site selection from the popup menu using perl cgi script ?
by poj (Abbot) on Apr 04, 2017 at 07:13 UTC | |
by perlanswers (Initiate) on Apr 04, 2017 at 07:18 UTC | |
by huck (Prior) on Apr 04, 2017 at 07:47 UTC | |
| |
Re: How to call sub routine onclicking submit button by different site selection from the popup menu using perl cgi script ?
by Anonymous Monk on Apr 04, 2017 at 07:07 UTC |