The fact that "you are still a novice in Perl"
has nothing to do with socket's notions :)
As you will see from defintions sent in previous post
sockets are not specifics to Perl
you can do "Socket Programming" with
any decent programming language (C,Java,PHP,Python etc ..).
With Perl, the module IO::Socket is certainly a good place to start.
See:
http://search.cpan.org/author/JHI/perl-5.8.0/ext/IO/lib/IO/Socket.pm

José.

-----Original Message-----
From: Tim Johnson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, July 09, 2003 6:25 PM
To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]
Subject: RE: silly question



Short answer:  

A socket is a machine address and a TCP port, identifying a particular application 
running at a particular address.  This allows two-way communication between machines 
running a particular application.

Long answer:

http://www.faqs.org/rfcs/rfc147.html

-----Original Message-----
From: john tarn [mailto:[EMAIL PROTECTED]
Sent: Wednesday, July 09, 2003 9:10 AM
To: [EMAIL PROTECTED]
Subject: silly question


i am still a novice in perl so forgive me for this simple question. what is socket 
programming? what do sockets do? is there a site 
that can explain them to me? thanks

john


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



**** DISCLAIMER ****

"This e-mail and any attachment thereto may contain information which is confidential 
and/or protected by intellectual property rights and are intended for the sole use of 
the recipient(s) named above. 
Any use of the information contained herein (including, but not limited to, total or 
partial reproduction, communication or distribution in any form) by other persons than 
the designated recipient(s) is prohibited. 
If you have received this e-mail in error, please notify the sender either by 
telephone or by e-mail and delete the material from any computer".

Thank you for your cooperation.

For further information about Proximus mobile phone services please see our website at 
http://www.proximus.be or refer to any Proximus agent.


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to