in reply to CGI simple but frustrating fault
Hi, where did you get the idea that HTML::Tiny processes form input? There's nothing in the documentation or examples to suggest that.
The param() method simply prints the string <param>.
I think you may be confusing the functionality of this module with that of very old ways of using CGI. How old is your book? You probably would be better served with using something like Dancer2 or even sticking with HTML::Tiny for your form generation and CGI::Tiny for the form handling.
Hope this helps!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: CGI simple but frustrating fault
by gsd4me (Beadle) on Mar 10, 2025 at 11:29 UTC | |
by hippo (Archbishop) on Mar 10, 2025 at 12:26 UTC | |
by GrandFather (Saint) on Mar 10, 2025 at 23:55 UTC | |
by gsd4me (Beadle) on Mar 12, 2025 at 13:00 UTC | |
by GrandFather (Saint) on Mar 12, 2025 at 20:38 UTC |