Perl
Perl is a dynamic programming language created by Larry Wall and first released in 1987.
Application
Network
Remove
Platform
Any
License
Any
Recent pushes for "green" technology focus mostly on talk, with little action for the typical home- or small-office environment. Many users leave their systems online continuously, resulting in a...
Welcome to the next step in studying for the Linux certification exam 301. In this tutorial (the second in a series of six tutorials on exam 301 topics), learn how to install and configure a...
This tutorial takes you through the process of setting up the Perl Database Interface (DBI) to work with the IBM Informix Dynamic Server (IDS). See examples of how to exercise a variety of DBI...
This article illustrates how to setup a development environment using Perl and SQL Server on the following platforms: Microsoft Windows, Red Hat Linux, and Sun Solaris. Step by step, you can learn,...
mod_perl marries Perl 5 with the Apache web server. What's the plan for Perl 6? mod_parrot--and it may also be base for any language hosted on the Parrot virtual machine. After a brief hiatus, Jeff...
In this article, Rahul shows us how to create a client-server socket program in Perl and then demonstrates it by pinging the server.
This manual includes some perl programming basics with a few examples to give a basic understanding on how to implement server side scripts when dealing with input from a client side web browser.
The author turns a love of beer into a Perl application server
-- going from a simple front end to database servers, and
developing into a social-network Web application. He begins,
however,...
Perl has been called the glue that holds the Internet together because it is an extremely powerful text processing and CGI programming language. Although Perl was designed in the beginning to be a...
Web-crawling robots, or spiders, have a certain mystique among Internet users. We all use search engines like Lycos and Infoseek to find resources on the Internet, and these engines use spiders to...
As you have seen from my previous articles, mod_perl enabled Apache consists of two main components: Perl modules and Apache itself. While installing Apache without root privileges is easy, one...
When an Internet server receives an incoming connection from a client, it may take a precaution of verifying the identity of the client. Some protocols simply trust the client to provide proper...
POE is a framework for building Perl programs that lends itself naturally to tasks which involve reacting to external data, such as network communications or user interfaces. Programs written in POE...
This multipart article examines network programming using Perl. Network programming with Perl is very much like network programming with C, but Perl's language constructs make it much easier to focus...