Re: Parse HTML

2011-07-28 Thread Rob Dixon
On 26/07/2011 21:12, Jeffrey Joh wrote: > On 26 Jul 2011 16:48, Rob Dixon wrote: >> On 25/07/2011 21:17, Jeffrey Joh wrote: >>> >>> Hello, I'm trying to parse HTML files. I want to extract values from >>> tables (1) and from text fields (2). (1)>> src="/image.gif" alt="" width="1" height="1" border

RE: Parse HTML

2011-07-26 Thread shawn wilson
> > > Floor plan: > Big house #9 > > > > I would like to retrieve all of the plan/date/IDs, AND discard all those plans that do not have a proper date_constructed such as "last summer".How could I do that? Jeff > > Date: Tue, 26 Jul 2011 16:48:41 +01

RE: Parse HTML

2011-07-26 Thread Jeffrey Joh
those plans that do not have a proper date_constructed such as "last summer".How could I do that? Jeff > Date: Tue, 26 Jul 2011 16:48:41 +0100 > From: rob.di...@gmx.com > To: beginners@perl.org > CC: johjeff...@hotmail.com > Subject: Re: Parse HTML > > On 25/07/2011 21:1

RE: Parse HTML

2011-07-26 Thread Jeffrey Joh
mx.com > To: beginners@perl.org > CC: johjeff...@hotmail.com > Subject: Re: Parse HTML > > On 25/07/2011 21:17, Jeffrey Joh wrote: > > > > Hello, I'm trying to parse HTML files. I want to extract values from > > tables (1) and from text fields (2). (1) > sr

Re: Parse HTML

2011-07-26 Thread Rob Dixon
On 25/07/2011 21:17, Jeffrey Joh wrote: > > Hello, I'm trying to parse HTML files. I want to extract values from > tables (1) and from text fields (2). (1) src="/image.gif" alt="" width="1" height="1" border="0"> > > > Floor plan: > > Ranch #1 >(2) > value="04/01/2004" size="10" d

Re: Parse HTML

2011-07-25 Thread Dr.Ruud
On 2011-07-25 22:35, Jim Gibson wrote: Shlomi: Jeffrey: Hello, I'm trying to parse HTML files. You should use an HTML parser for that: http://perl-begin.org/uses/text-parsing/ Also look at HTML::TableExtract (I have not used it).

Re: Parse HTML

2011-07-25 Thread Jim Gibson
On 7/25/11 Mon Jul 25, 2011 1:30 PM, "Shlomi Fish" scribbled: > On Mon, 25 Jul 2011 13:17:57 -0700 > Jeffrey Joh wrote: >> >> Hello, I'm trying to parse HTML files. >> > > You should use an HTML parser for that: > > http://perl-begin.org/uses/text-parsing/ Also look at HTML::TableExtrac

Re: Parse HTML

2011-07-25 Thread Shlomi Fish
Hi Jeffrey, On Mon, 25 Jul 2011 13:17:57 -0700 Jeffrey Joh wrote: > > > > > Hello, I'm trying to parse HTML files. I want to extract values from tables > (1) and from text fields (2). (1) width="1" height="1" border="0"> valign="top">Floor plan: >Ranch #1 > (2) > value="04/01/

Re: Parse html files

2007-11-13 Thread Tom Phoenix
On 11/13/07, I BioKid <[EMAIL PROTECTED]> wrote: > I have around 1000 html files, I got it using different web crawling programs. > I need to save this and use it as a part of a database. > But all the files have links to cgi programs. All these CGI links are > mentioned as /cgi-bin/foo/foo.pl as