RE: Sockets tutorial

2002-05-22 Thread Sundara Rajan

If you are used to C , then Advanced Perl Programming by Sriram Srinivasan
from O'Relly's is a good bet. He makes constant reference to C/Java , so it
will help. You can check out this site for a rushy kind of example on how to
use IO-Socket. Another source is the IO-Socket perldoc
http://www.perlfect.com/articles/sockets.shtml
-Original Message-
From: Tim Fletcher [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 22, 2002 3:17 PM
To: perl-win32-user
Subject: Sockets tutorial


Hi all!
I'm rather new to perl and even newer to sockets(even though i have been
programming a very long time!). i've tryed to write apps in c, but failed
because of the absence of a good tutorial. shurly it isn't that hard to
create a conection to an other IP and send/receive info!
Any help would be very helpful
TIA ;)
Tim

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Re: Sockets tutorial

2002-05-22 Thread Tim Fletcher

Thankz all
I must remebre to look at the perldoc  :p

Tim

___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



RE: Sockets tutorial

2002-05-22 Thread Peter Eisengrein
Title: RE: Sockets tutorial





See:


perldoc IO
perldoc IO::Socket
perldoc perlfaq9




> -Original Message-
> From: Tim Fletcher [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, May 22, 2002 10:17
> To: perl-win32-user
> Subject: Sockets tutorial
> 
> 
> Hi all!
> I'm rather new to perl and even newer to sockets(even though 
> i have been
> programming a very long time!). i've tryed to write apps in 
> c, but failed
> because of the absence of a good tutorial. shurly it isn't 
> that hard to
> create a conection to an other IP and send/receive info!
> Any help would be very helpful
> TIA ;)
> Tim
> 
> ___
> Perl-Win32-Users mailing list
> [EMAIL PROTECTED]
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
> 





Re: Sockets tutorial

2002-05-22 Thread Stephen E. Hargrove

On Wed, 2002-05-22 at 09:17, Tim Fletcher wrote:
> Hi all!
> I'm rather new to perl and even newer to sockets(even though i have been
> programming a very long time!). i've tryed to write apps in c, but failed
> because of the absence of a good tutorial. shurly it isn't that hard to
> create a conection to an other IP and send/receive info!
> Any help would be very helpful

There are two tutorials at www.perlmonks.org that deal with sockets. 
They are in the Tutorials section under the Network Programming heading.
--
Steve


___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



Re: Sockets tutorial

2002-05-22 Thread Simon Oliver

Tim Fletcher wrote:
> 
> shurly it isn't that hard to
> create a conection to an other IP and send/receive info!
> Any help would be very helpful
> TIA ;)

perldoc IO::Socket::INET

Also look at the RPC modules (PlRPC) and Net::Daemon.

--
  Simon Oliver
___
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs