Re: about HTML

2014-03-13 Thread Yonghua Peng
what does it mean "take action on it"? thanks. Looking for openstack and python developers. Please check: http://www.nsbeta.info/jobs Thursday, March 13, 2014 10:33 AM -03:00 from Ariel Hosid : >Hi there! >I am needing a module to parse a HTML page and to take action on it.  >Any idea? > >--

Re: about HTML

2014-03-13 Thread Rob Dixon
On 13/03/2014 18:13, Ariel Hosid wrote: 2014-03-13 10:43 GMT-03:00 Rob Dixon On 13/03/2014 18:13, Ariel Hosid wrote: On 13/03/2014 13:33, Ariel Hosid wrote: Hi there! I am needing a module to parse a HTML page and to take action on it. Any idea? There are s

Re: about HTML

2014-03-13 Thread Octavian Rasnita
HTML::TreeBuilder++ From: Ariel Hosid I'm using the Perl Package Manager and couldn't find the HTML::TreeBuilder module, but I found the HTML::Element-Library module. Does it include the TreeBuilder module functionality? HTML::TreeBuilder uses HTML::Element and HTML::Parser and a few ot

Re: about HTML

2014-03-13 Thread Ariel Hosid
I'm using the Perl Package Manager and couldn't find the HTML::TreeBuilder module, but I found the HTML::Element-Library module. Does it include the TreeBuilder module functionality? 2014-03-13 10:43 GMT-03:00 Rob Dixon : > On 13/03/2014 13:33, Ariel Hosid wrote: > >> Hi there! >> I am needing a

Re: about HTML

2014-03-13 Thread Rob Dixon
On 13/03/2014 13:33, Ariel Hosid wrote: Hi there! I am needing a module to parse a HTML page and to take action on it. Any idea? -- Ariel There are several candidates. I would look at HTML::TreeBuilder first. Rob --- This email is free from viruses and malware because avast! Antivirus

about HTML

2014-03-13 Thread Ariel Hosid
Hi there! I am needing a module to parse a HTML page and to take action on it. Any idea? -- Ariel

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

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/Linu

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

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