This tutorial will show you how to build a simple form mailer script, so that visitors can send you emails from your site. Along the way we explain some new Perl concepts, including the CGI library m ...
Learn through examples how to use the Perl map function to either run a block or an expression against each element of a list. There are provided a lot of commented examples to help you better unders ...
Learn through examples how to use the Perl pack function to concatenate into a string a list of values converted according to the formats specified by a template. There are provided a lot of commente ...
Learn through examples how to use the Perl sort function to sort a list by an alphabetical or numerical order. It covers the main syntax forms of this function accompanied by a lot of examples includ ...
In this tutorial we will see how to get the query string value using very simple perl CGI script. When we hit a URL from the web browser with a query string say http://mistonline.in/cgi/data.cgi?pro ...
There is always a bunch of applications that we constantly use. Having keyboard shortcuts to launch those applications makes our life easier. This tutorial shows how to assign shortcut keys to applic ...
Database security is the single biggest concern with today s Web-based applications. Without control, you risk exposing sensitive information about your company or, worse yet, your valuable customers ...