in reply to Re: Re: URL page only retrieves partially
in thread URL page only retrieves partially
But it looks like you just want the data from the ' Earnings Announcements' table. If this is the case have a look at modules like HTML::TableContentParser or HTML::TableExtractor.# There may be a better regex for this... $message =~ s/\s+//g;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: URL page only retrieves partially
by canguro (Novice) on May 09, 2003 at 09:10 UTC | |
|
Re: Re: Re: Re: URL page only retrieves partially
by canguro (Novice) on May 09, 2003 at 04:01 UTC | |
by Abstraction (Friar) on May 09, 2003 at 04:43 UTC |