> On other note, I'm looking for module that will help me handle forms. > For > example, that will automatically (don't ask me how) will re-enter the > data > to the form, if I send it back to the user for fixing. > I'm reading about HTML::StickyForm. Does anyone have other module to > recommend?
[edan] My feeling is that the standard module for this is "HTML::FillInForm", which is integrated with CGI::Application via the plug-in "CGI::Application::Plugin::FillInForm", and has a nice tie-in with "Data::FormValidator" using the plug-in "CGI::Application::Plugin::ValidateRM". I suggest you check out these modules first. _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
