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 b
> -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 wand
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:
sen
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?
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
-
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 sn
[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 th
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 i