HTML::TableExtract example

2005-11-23 Thread Steve Finkelstein
Hi all, I've completed this using regular expressions parsing out arbitrary data between HTML tag, however I found a much more efficient route with the HTML::TableExtract module which looks like it can very well shorten my code and make it more manageable. I'm able to parse out the entire table w

Re: Enabling Redirects

2005-11-23 Thread Philippe 'BooK' Bruhat
Le dimanche 20 novembre 2005 à 16:03, Bret Swedeen écrivait: > > I do that before I try to $mech->get for any URL. Unfortunately that > statement > doesn't seem to help. Looks like I am missing something very simple...at > least I > hope so. Can anyone provide some insight into my problem a

[Crypt::SSLeay] compile problems on Solaris

2005-11-23 Thread Barden, Tino
Hello, I have tried to compile Crypt-SSLeay-0.51 on a Solaris 9 machine and got the following errors: UZKT3 # perl Makefile.PL Found OpenSSL (version OpenSSL 0.9.8) installed at /usr/local/ssl Which OpenSSL build path do you want to link against? [/usr/local/ssl] ==

Re: [Crypt::SSLeay] compile problems on Windows - Cygwin

2005-11-23 Thread David Thompson
"Artavazd Mertardjyan" wrote: >I'm trying to install the Crypt::SSLeay package with Cygwin(1.5.18-1). > >I'm using OpenSSL 0.9.8 installed at /usr ( Cygwin package ). The released-less-than-an-hour-ago Fedora Core 5 Test 1 perl-Crypt-SSLeay-0.51-9 package has the following patch, which has resolv

Re: POST not passing information?

2005-11-23 Thread Jeff 'japhy' Pinyan
On Nov 22, James Pittard said: I can put a URL in the address bar and get the desired result, but when I post using LWP, the cgi program I am posting to is telling me that a required parameter ('message') is missing. This is the only required parameter, so I assume the program is not receiveing

POST not passing information?

2005-11-23 Thread James Pittard
I can put a URL in the address bar and get the desired result, but when I post using LWP, the cgi program I am posting to is telling me that a required parameter ('message') is missing. This is the only required parameter, so I assume the program is not receiveing any of the parameters. I have tr