For Use Comments --- --- -------- SELECT SIZE=1 popup_menu(); Combo box SELECT scrolling_list() Several TYPE=radio radio_group() Several TYPE=checkbox checkbox_group() <img src=something><a href=something></a> image_button()All the rest don't need explanation.
Programming Tips - I know the HTML element name but what's the Perl CGI method
Date: 2008sep8
Language: perl
Keywords: markup
Q. I know the HTML element name but what's the Perl CGI method
to make it?
A. The Perl CGI method names are good but they don't match the HTML names.