in reply to Re: Re: web form processing - efficiency question
in thread web form processing - efficiency question

did you also check out Template-Magic? its very simple to use and very flexible.

for the form-data validation must of us use Data::FormValidator which is mature.
ciao
philipp
  • Comment on Re: Re: Re: web form processing - efficiency question

Replies are listed 'Best First'.
Re: Re: Re: Re: web form processing - efficiency question
by nmerriweather (Friar) on May 07, 2004 at 18:27 UTC
    saw both...

    i kinda liked elements from each, and cut/pasted code into a custom form class

    i mostly program in python now -- haven't touched perl in a while, but need to build something in mod_perl -- i'm building classes in a format i'm used to programming with in python

    I know that might sound nightmarish to some, except its a lot easier for me to roll my own code for certain elements than it is to adopt my approach to solutions into cpan modules