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

I never thought of that approach -- i'm going to give that a shot.

I severly disliked every templating system I came across in the past few weeks -- so I decided to build my own. The only part i questioned so far was html select fields.
  • Comment on Re: Re: web form processing - efficiency question

Replies are listed 'Best First'.
Re: Re: Re: web form processing - efficiency question
by knoebi (Friar) on May 07, 2004 at 08:24 UTC
    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
      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