Help for this page

Select Code to Download


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