<button> tag?

[email protected] (Fabian Gut) Mon, 12 Apr 2010 17:41:23 +0200
Newsgroups perl.beginners.cgi
Organization Open Systems AG - http://www.open.ch
Message-ID <[email protected]>
Hello

How do I create a <button> tag?

print $q->button(); creates an <input type="button".... tag and

print $q->start_button(); gives an error:

Undefined subroutine CGI::start_button

Best regards
Fabian Gut