Download:

2001-03-19 Thread Gavin Spomer
alexthumb.jpg larry.gif sam.gif - Gavin "People are the worst drivers in the world" http://www.singlespeedsanonymous.com/ Join PayPal and get FIVE FREE DOLLARS (no joke!): https://secure.paypal.x.com/refer/pal=gavinspomer%40hotmail.com ... and it's a very usefull account to have! -

Re: Debugging perl modules used by Embperl page

2001-03-19 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 8:05 PM +0100 3/18/01, Gerald Richter wrote: >You should move the > > use lib "$ENV{DOCUMENT_ROOT}/libs"; > >into your startup.pl file which is executed at server startup, then the lib >path should be correctly set in all situations. But you have

Re: Hanging on IO::Socket call

2001-03-19 Thread Gerald Richter
> > Thank you for your prompt response. I've tried the fix that you suggest > and also looked through the documentation and neither have helped. Perhaps > you might have another idea why the calls are > hanging? > If you say it works under mod_perl, there is no reason why it should not work under

Re: Hanging on IO::Socket call

2001-03-19 Thread khoward
Gerald, Thank you for your prompt response. I've tried the fix that you suggest and also looked through the documentation and neither have helped. Perhaps you might have another idea why the calls are hanging? Thanks again, Kent On Mon, 19 Mar 2001, Gerald Richter wrote: > You need to set op

Re: Hanging on IO::Socket call

2001-03-19 Thread Gerald Richter
You need to set optRawInput, see the FAQs about escaping and unescaping, e.g. [- $optRawInput = 1 -] Gerald - Gerald Richterecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting

Hanging on IO::Socket call

2001-03-19 Thread khoward
Hi, I am running into a problem where an embperl page with the code below hangs during the while loop reading data from a remote socket. This function works fine as a standard perl script called cgi under mod_perl. Has anyone seen this behavior or know of a workaround or fix? Using: Embperl