HTML-Parser module issue

2003-07-14 Thread Hieu Nguyen
my opertion system # sun solaris version 9 perl version: v5.6.1 built for sun4-solaris-64int (come w/ op system) gcc compiler version: gcc-2.95.3-sol8-sparc-local my quetion is when I tried to install the perl module (HTML-Parser-3_07_tar.gz), i ran into problems as below: cc -c -D_LARGEFILE_SOUR

Re: Help needed

2003-07-14 Thread Carsten Kruse
Hi Teddy, if you know about the structure of the html page you should try the functions of HTML:TokeParser package. For your example: > After downloading an HTML page, what modules can I use to read the cell 4 > from the fifth row of a table, if that table is placed in another table in > the ce

Re: Help needed

2003-07-14 Thread Octavian Rasnita
I have the same questions, but my question is more clear. After downloading an HTML page, what modules can I use to read the cell 4 from the fifth row of a table, if that table is placed in another table in the cell 2 of the row 3? Is this possible with a module from HTML:: package? I've tried re

Re: Bug/Patch for HTTP::Cookies::Microsoft

2003-07-14 Thread Johnny Lee
The patch looks fine to me. But I don't maintain LWP. Gisle Aas would have to apply the patch, etc. J From: "Information Service" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> CC: <[EMAIL PROTECTED]> Subject: Bug/Patch for HTTP::Cookies::Microsoft Date: Sat, 12 Jul 2003 19:13:05 +0300 Hi, I tri

LWP, IO::Socket::SSL and mod_perl causes tons of CLOSE_WAITs

2003-07-14 Thread Haroon Rafique
I've tried searching the archives for my particular problem but haven't found anything, hence this email. Problem: I'm seeing that every call using LWP to any SSL site causes tcp sockets to linger (indefinitely) in CLOSE_WAIT state when I use mod_perl. mod_perl being "long lived", this problem m

Re: Help needed

2003-07-14 Thread Reinier Post
On Mon, Jul 14, 2003 at 03:43:28PM +0530, Alpesh Thakar wrote: > Hi, > > I would like to read HTML file (which includes tabular formate) using > perl and i would like to extract the field from it. > > So would you please give me the link or the material which shows some > examples that perl scr

Help needed

2003-07-14 Thread Alpesh Thakar
Hi, I would like to read HTML file (which includes tabular formate) using perl and i would like to extract the field from it. So would you please give me the link or the material which shows some examples that perl script extract the information from html file? would you please response me as