Re: Extracting TD's from a Text File (Regex Help).

2008-04-08 Thread Sean Davis
On Tue, Apr 8, 2008 at 8:22 AM, <[EMAIL PROTECTED]> wrote: > TEXT FILE ## > > > http://mysite.com/link/here_goes?id=239";>LINK > >   > > > http://mysite.com/link/here_goes?id=239";>LINK > width="150">06/11/2007 12:29AM > > > #

Re: Extracting TD's from a Text File (Regex Help).

2008-04-08 Thread Gunnar Hjalmarsson
[EMAIL PROTECTED] wrote: All I need is to extract the td with class "PhorumTableRowAlt thread". pen(TXT, "links.txt") or die "Unable to open file"; my @links = ; close (TXT); foreach my $link(@links) { While the substring of interest spans over multiple lines, you are dealing with one lin

Re: Extracting TD's from a Text File (Regex Help).

2008-04-08 Thread Wiggins d'Anconia
[EMAIL PROTECTED] wrote: > TEXT FILE ## > > > http://mysite.com/link/here_goes?id=239";>LINK > >   > > > http://mysite.com/link/here_goes?id=239";>LINK > width="150">06/11/2007 12:29AM > > > ##

Extracting TD's from a Text File (Regex Help).

2008-04-08 Thread sara.samsara
TEXT FILE ## http://mysite.com/link/here_goes?id=239";>LINK   http://mysite.com/link/here_goes?id=239";>LINK 06/11/2007 12:29AM The text file contains hundreds of tds structure lik