-
How to do Socket Programming using PERL
What is SOCKET? Socket is a mechanisms that creates virtual connection between different processes. Established connection is duplex in nature. This was scaled over OS for communication between systems across geographical location. Network communication between systems happens only because of Socket. Let’s understand Socket programming using SERVER-CLIENT model. Server Side Socket Calls : For creating…
-
How To PERL?
Perl is a programming language developed for text manipulation and used to perform tasks like web development, system administration, GUI, network programming and so on. What is PERL? Perl is stable, cross-platform programming language. It can be used as Practical Extraction and Report Language. Perl was created by Larry Wall. Perl combines features of various…