App::Widget::Select - Generic HTML element can be anything with proper configuration
use App::Widget::Select;
$name = "gobutton"; $config = { }; $state = CGI->new({}); $w = App::Widget::Select->new($config,$state,"gobutton", $config, $state);
This class is a <select> HTML element.