in reply to CGI - input number fields

I have a CGI module, it generates HTML code (fine and dandy) with a form, several types of input (Radio, checkbox, number and text amongst others).

What module is that?

Replies are listed 'Best First'.
Re^2: CGI - input number fields
by gsd4me (Beadle) on Sep 08, 2017 at 19:13 UTC

    Am using HTML::Tiny as it has everything that I need for the simple project.

    I used to use CGI.pm for a lot of my projects but that is now redacted and anyway, there was a feature/bug or two (!) that meant that it didn't behave as it was told to, so I gave it a severe telling off and made it sit on the Naughty Step for a long time.