socket question

2006-09-29 Thread Andy Greenwood
I'm having some trouble with my perl script which uses IO::Select and IO::Socket to multiplex incoming connections as described here http://www.perlfect.com/articles/select.shtml Now, I am able to connect to the script using telnet, but when I try to connect to it with my php script which will

Socket question

2003-06-27 Thread Gabor Urban
Hi, I am still working on a socket problem at low level, and there is something I wander. Are Perl socket bidirectional? I am currently work to test an Apache module, that processes HTTP POST requests. I thought at the beginning, that a Perl script would do perfect for me. Code fragment:

RE: Socket question

2003-06-27 Thread LoBue, Mark
-Original Message- From: Gabor Urban [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 6:13 AM To: [EMAIL PROTECTED] Subject: Socket question Hi, I am still working on a socket problem at low level, and there is something I wander. Are Perl socket bidirectional? I am

Socket question

2003-06-17 Thread Motherofperls
I have a script that opens a socket on my web server. The script doesn't close the socket. I opened the socket yesterday. When signing back on today the socket was closed and my scripts returns an error. How do I keep a socket open indefinately?

[Socket] Question

2001-11-09 Thread RArul
Friends, I am trying to learn little bit of socket programming in Perl. I tried one of the code snippet from Perl cookbook as a starting point. I am tring to 'talk' to my SMTP mail server. But when I type HELO through the console, it seems like my script is not writing to the server socket and

Re: [Socket] Question

2001-11-09 Thread John W. Krahn
[EMAIL PROTECTED] wrote: Friends, I am trying to learn little bit of socket programming in Perl. I tried one of the code snippet from Perl cookbook as a starting point. I am tring to 'talk' to my SMTP mail server. You should probably use Net::SMTP. But when I type HELO through the

RE: [Socket] Question

2001-11-09 Thread RArul
- From: John W. Krahn [mailto:[EMAIL PROTECTED]] Sent: Friday, November 09, 2001 3:30 PM To: [EMAIL PROTECTED] Subject: Re: [Socket] Question [EMAIL PROTECTED] wrote: Friends, I am trying to learn little bit of socket programming in Perl. I tried one of the code snippet from Perl cookbook

Re[2]: [Socket] Question

2001-11-09 Thread Maxim Berlin
Hello RArul, Friday, November 09, 2001, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Rnc Thanks John. The purpose was not to send email. I was just trying to see if Rnc I am able to do a conversation with some server using a socket, as I am just Rnc learning to program a socket. well, try to