Help for this page
sub click { ... ... Carp::croak("No clickable input with name $button") if $button && !$input; ...
next unless $_->type =~ /^(?:submit|image|button)\z/;