Hi friends,
you have been explained the initial part of perl programming by Ameya.Here i am going to explain an important feature of perl i.e. network programming, eg how to make programs for client-server relationship.
socket: end points of a two way communication path.

To make an application for client-server relationship, you have to write one program for server & one for client.

server program


Imp. steps are as: