Archive for the ‘ Programming in Perl ’ Category
22/10
Turning on taint mode in your Perl CGI scripts will make them more secure. Learn how to activate it and how to fix problems.
22/10
Using Perl in the construction and operation of a large website. Includes instructions on site maps, the mirroring process, and more.
22/10
Creating an XML-RPC Web service with Perl is almost as easy as CGI scripting. This article will bring you up to speed on what XML-RPC is and how to use Perl’s Frontier::RPC library to create simple clients and servers. /
22/10
Randal Schwartz (author of popular titles Learning Perl and Programming Perl) writes monthly columns for WebTechniques magazine dealing with CGI.
22/10
UNIX system administration, always a thorny problem, is easier with the right tools. In this installment, Teodor presents ideas on the use of Perl to streamline and foolproof system administration. The system configuration engine, cfengine, is an extremely important tool in this context.
22/10
This four-part series is an introduction to Ruby programming by Joshua Drake, author of the Linux Networking HOWTO, Linux PPP HOWTO, and Linux Consultants HOWTO, and co-founder of the Linux custom development company Command Prompt, Inc. Readers who know how to use some other scripting language, such as Perl, and #!/usr/bin/ruby to create a self-executable script will
22/10
A mainstay of the Perl culture, JAPH is a short script that produces the output “e;Just another Perl hacker.”e; Although written for the beginner or intermediate Perl programmer, author Teodor Zlatanov’s article examines a few simple examples of the JAPH genre that will surprise and engage even the most seasoned devotee./
22/10
These are a series of articles to help you learn Perl with easy to understand text, examples, and exercises.
22/10
Genetic programming uses mutation and replication to produce algorithms for creating ever-improving computer programs.
22/10
A general introduction to Perl – used most frequently in the context of CGI. Covers how to get Perl, the variables and functions.
22/10
A fairly comprehensive frequently asked questions document which covers the basic, as well as some more complex, CGI problems and applications.
22/10
An introduction to Perl which shows users how to parse forms, and use arrays. The tutorial has been designed with comprehensive examples and step by step
22/10
Learn Perl programming in this free online course.
22/10
Perl Programming Tutorial for a person with abolutely no Perl experience. Lots of simple examples. The emphasis is picking up syntax quickly.
22/10
How to use and manage flatfile databases to store data in Perl.
