Re: General question about HTML form

2004-03-22 Thread Mike Ni
> > Mike > > Mike - > If I'm reading your requirements right - > I don't find debugging hard with CGI.pm. > Granted I'm a real newbie and I'm not doing anything > > earth shakingly difficult, but still. > You run the program from the command line to make > sure i

Re: General question about HTML form

2004-03-22 Thread Brian's Linux Box
regard to maintenance. > > > > concern. Yet, It is becoming a big maintance issue > and > > I am convinced it is not worthwhile. > > > > Try to image: The program compose each page byte > by > ng other > tha

Re: General question about HTML form

2004-03-19 Thread Mike Ni
> > regard to maintenance. > > > > concern. Yet, It is becoming a big maintance issue > and > > I am convinced it is not worthwhile. > > > > Try to image: The program compose each page byte > by > ng other > than > Template Toolkit. After all you can use Perl to > debug > itself using the

Re: General question about HTML form

2004-03-19 Thread WC -Sx- Jones
Mike Ni wrote: It is a database driven collaboration application. Function such as "calendar", "tasking" etc. (mysql is the database enginee) These types of applications are already publicly available in Perl. Siesta (Mailing List), Bricolage (uses PgSQL) for site CM, reefknot.sourceforge.net/

Re: General question about HTML form

2004-03-19 Thread Mike Ni
i > I have no idea what was written so I cannot say one > way or the other > which approach is best in this situation. > Bill. Thanks for the info. It is a database driven collaboration application. Function such as "calendar", "tasking" etc. (mysql is the database enginee) I have no i

Re: General question about HTML form

2004-03-19 Thread WC -Sx- Jones
Mike Ni wrote: really "parse and compose" the HTML line by line & byte by byte. Was it really fast? Apache mod_perl with CGI.pm is possibly a better fit. I want to rewrite the whole thing by using more friendly/higher level perl pre-built module. Right now, I am looking at CGI.pm. Howvere, I

Re: General question about HTML form

2004-03-19 Thread Mike Ni
- > > There are MANY things about HTML out there. DocSet, > T2T, Mason > > What is it that you want to accomplish when you are > seeking a solution? > One more thing, More importantly, a pre-built module come with more handy "debugging tool". I found it is very hard to debug the CGI-Perl

Re: General question about HTML form

2004-03-19 Thread Mike Ni
> > > There are MANY things about HTML out there. DocSet, > T2T, Mason > > What is it that you want to accomplish when you are > seeking a solution? > > Hey Bill, Thanks for the response. I have a web-based application written in Perl running on Apache/Linux. However, the programmer wh

Re: General question about HTML form

2004-03-19 Thread WC -Sx- Jones
Mike Ni wrote: It is not because I don't want to use CGI.pm. Rather, I am intersted to find out more about what is out there? There are MANY things about HTML out there. DocSet, T2T, Mason What is it that you want to accomplish when you are seeking a solution? Bill -- To unsubscribe, e-mail:

General question about HTML form

2004-03-19 Thread Mike Ni
Hey friends, I am reading the man page for CGI module (CGI.p) since I need to REwrite several perl scripts file. right now, I am taking a good look at the CGI module. However, I am wondering where there is any alternative. It is not because I don't want to use CGI.pm. Rather, I am intersted