in reply to HTML Form and CGI script
I use Embperl for building of web user interface to the application. We created a controls library, which includes text field, text area, password, radio button, button etc, and then just call those function with specified parameters. It's very useful and flexible.
--------------------------------
SV* sv_bless(SV* sv, HV* stash);
|
|---|