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)>&

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"> > > &g

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). <http://search.cpan.org/~msisk/HTML-TableExtr

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://p

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=&qu

Parse HTML

2011-07-25 Thread Jeffrey Joh
Hello, I'm trying to parse HTML files. I want to extract values from tables (1) and from text fields (2). (1) Floor plan: Ranch #1 (2) I would want to retrieve the floor plan (Ranch #1) and the date constructed (04/01/2004) from each HTML file (along with many other

Re: Parse html files

2007-11-13 Thread Tom Phoenix
-bin/foo/foo.pl as path. > I dont have local copy of these programs at the remote servers. > Is there any way to parse html files and add the proper url before > /cgi-bin/foo/foo.pl Yes and no. Have you looked on CPAN? There are several modules available for parsing HTML and managing URL

Parse html files

2007-11-13 Thread I BioKid
at the remote servers. Is there any way to parse html files and add the proper url before /cgi-bin/foo/foo.pl My original file : They are: 19 10121 19 Test12 I need to it as : They are: 19 http://foo.com/cgi-bin/lookup_public.pl?ID=10121";>10121 19 http://foo2.com/cgi-bin/Name_lookup_p

unable to parse html

2002-08-14 Thread batch m
--- batch m <[EMAIL PROTECTED]> wrote: > Date: Wed, 14 Aug 2002 15:23:50 -0700 (PDT) > From: batch m <[EMAIL PROTECTED]> > Subject: unable to parse html > To: [EMAIL PROTECTED] > > Hail, > I'm stuck with this parsing script, (attached) I > found > on

unable to parse html

2002-08-14 Thread batch m
Hail, I'm stuck with this parsing script, (attached) I found on perlmonks.org. I've got Lemay's SAMS 21 day and O'reily's 2rd edition. My Perl experience is just modifying a config file from the plethora of free scripts to now finally trying to modify a script to accomplish the following task.

Re: regex to parse HTML files

2002-02-26 Thread Elaine -HFB- Ashton
sachin balsekar [[EMAIL PROTECTED]] quoth: *>Hi ppl, *> *>I have one HTML file per News story...i got to fetch some data (first *>few lines) out from a HTML file and display it as an abstract for the *>said story... *> *>The HTML file have the following issues... *> *>1. There could be a HTML tabl