CGI::FormBuilder
I’ve been hacking on CGI::FormBuilder this week.
It’s very nifty, looks like it could save me a lot of work, and has one of the best websites for a module that I’ve ever seen.
But. It doesn’t quite do some things that I want. So I thought I’d subclass it, override some of the nasty bits, and everything would be rosy. Nice theory – if it wasn’t for the fact that the core method is about 900 lines long.
The author seems happy to accept patches, but I can see this becoming quite a timesink before I can get what I need from it …