Re: Re-inventing wheels (WAS re: Required Fields Module)

2001-07-10 Thread Jason Waugh
On 10/07/2001 at 9:01 PM Brett W. McCoy wrote: >For which you can still use CGI.pm, but use a templating technique for >your display. I've written web apps where I use CGI.pm to only do form ...again, my point. You've just brought this back full circle to the beginning. The path of this thre

Re: Re-inventing wheels (WAS re: Required Fields Module)

2001-07-10 Thread Jason Waugh
>CGI.pm isn't the only solution to creating dynamic web pages with Perl. >Text::Template is another alternative, as are embedded Perl >implementations like Apache::ASP, Mason, or even PerlScript (for IIS). my point. I still need to be able to access form data passed through and have an ea

Re: Re-inventing wheels (WAS re: Required Fields Module)

2001-07-10 Thread Jason Waugh
>My problem with CGI.pm is that, get this, it's too complicated. I've tried >to use it, but, quite simply, all I would ever want out of a CGI routine >is >to give me back the data in either a hash or object reference. The ... >But hey, that's just me. Not just you... I have no need of any other