Re: reading socket stream with timeout

2005-05-06 Thread Foo Ji-Haw
Great idea. Will check that out as well. Thanks. But as a technical question, has anyone faced such a problem? If so, how do you resolve this? Brian Raven wrote: Foo Ji-Haw wrote: Hello guys, I seem to be stuck with this one. Need your expert input on this. I used a IO::Socket::INET object to

Re: disabling activeperl gui debugger

2005-05-06 Thread $Bill Luebkert
Edward Peschko wrote: > well, it might be a little different for me because we've got the activestate > perl dev kit. (at least that might be one difference) I have it installed also. > anyways, I know about PERLDB_OPTS, and that's the bug - I AM setting > PERLDB_OPTS > to null and am still get

RE: disabling activeperl gui debugger

2005-05-06 Thread Jan Dubois
On Fri, 06 May 2005, $Bill Luebkert wrote: > Edward Peschko wrote: > > > hey, > > > > I needed to disable the activestate GUI debugger, and to use the > > regular, bundled one - it looks like Win32::GuiTest programs don't > > work that well from inside the spawned window. > > > > Anyways, you used

Re: disabling activeperl gui debugger

2005-05-06 Thread Edward Peschko
On Fri, May 06, 2005 at 05:46:32PM -0700, $Bill Luebkert wrote: > Edward Peschko wrote: > > > hey, > > > > I needed to disable the activestate GUI debugger, and to use the regular, > > bundled > > one - it looks like Win32::GuiTest programs don't work that well from > > inside the > > spawned

Re: disabling activeperl gui debugger

2005-05-06 Thread $Bill Luebkert
Edward Peschko wrote: > hey, > > I needed to disable the activestate GUI debugger, and to use the regular, > bundled > one - it looks like Win32::GuiTest programs don't work that well from inside > the > spawned window. > > Anyways, you used to be able to set PERLDB_OPTS to blank to disable >

disabling activeperl gui debugger

2005-05-06 Thread Edward Peschko
hey, I needed to disable the activestate GUI debugger, and to use the regular, bundled one - it looks like Win32::GuiTest programs don't work that well from inside the spawned window. Anyways, you used to be able to set PERLDB_OPTS to blank to disable the gui, it doesn't seem to be working any

RE: reading socket stream with timeout

2005-05-06 Thread Brian Raven
Foo Ji-Haw wrote: > Hello guys, > > I seem to be stuck with this one. Need your expert input on this. > > I used a IO::Socket::INET object to connect to a whois server (port > 43, and no I'm not trying to parse emails to spam!). I send the > domain name and read back the whois information. Inform

Re: reading socket stream with timeout

2005-05-06 Thread Foo Ji-Haw
Thanks for the tip. Sounds like a good idea. Only problem with turning off blocking, is that i slept (actually my program does) for 5 sec, but nothing happened. I don't even know if sleeping 'spoils' the reading of the input stream... But i will try. Thanks. $Bill Luebkert wrote: Foo Ji-Haw wrot

Re: reading socket stream with timeout

2005-05-06 Thread $Bill Luebkert
Foo Ji-Haw wrote: > Hello guys, > > I seem to be stuck with this one. Need your expert input on this. > > I used a IO::Socket::INET object to connect to a whois server (port 43, > and no I'm not trying to parse emails to spam!). I send the domain name > and read back the whois information. Inf

reading socket stream with timeout

2005-05-06 Thread Foo Ji-Haw
Hello guys, I seem to be stuck with this one. Need your expert input on this. I used a IO::Socket::INET object to connect to a whois server (port 43, and no I'm not trying to parse emails to spam!). I send the domain name and read back the whois information. Information is returned as a series o