Was du vorhast geht einfacher mit dem CGI Modul.
use CGI;
print CGI::start_form(-action => 'auswahl.cgi', -method => 'post'),
popup_menu(
-name => 'menu',
-values => @pooldown,
),
end_form();
Struppi.
Was du vorhast geht einfacher mit dem CGI Modul.
use CGI;
print CGI::start_form(-action => 'auswahl.cgi', -method => 'post'),
popup_menu(
-name => 'menu',
-values => @pooldown,
),
end_form();
Struppi.