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 Brett W. McCoy
On Tue, 10 Jul 2001, Jason Waugh wrote: > >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 t

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 Morbus Iff
>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). None of which is crossplatform (Windows / Mac / Linux) or installable by a user with normal

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

2001-07-10 Thread Brett W. McCoy
On Tue, 10 Jul 2001, Jason Waugh wrote: > I feel exactly as you do about separating design from code, however. > I know a lot of fantastic HTML designers haven't even a clue what a > print statement is, and can't expect them to spruce up a form or even > overhaul the look of an entire application

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

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

2001-07-10 Thread Morbus Iff
> >Please note that CGI.pm is a special case. 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 difference between: $val

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

2001-07-10 Thread Mel Matsuoka
At 03:58 PM 07/10/2001 -0700, Randal L. Schwartz wrote: >Please note that CGI.pm is a special case. > >Too many books show bad handrolled code. > >Too many downloads have bad handrolled code. This I couldn't agree with more. It is definitely apropos (and an obligation) to compel someone to use C

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

2001-07-10 Thread Mel Matsuoka
At 09:22 AM 07/10/2001 -0600, Ken Scott wrote: > >But a wheel is just a wheel. Why not use the one that exists, and leave >your mental energy and talent available to solve your real problem at >hand? I often ponder this subject, especially after reading c.l.p.m. Without question, perl (or genera