The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Widget::Button - An HTML button

SYNOPSIS

use App::Widget::Button;

$name = "get_data";
$w = App::Widget::Button->new($name);
print $w->html();

DESCRIPTION

This class is a <input type=submit> HTML element. In the advanced configurations, it is rendered as an image button.