| | Date | Title | Author | Hits |
| | 11-24-04 | | developerWorks | 46125 |
CVS backs up, distributes, and simplifies your configuration files. In this article, Teodor Zlatanov discusses how to save time, energy and frustration when working with Linux configuration files by using your CVS tree. (This introductory-level article was first published by IBM developerWorks, June 10, 2004, at http://www.ibm.com/developerWorks). |
| | 09-15-04 | | O'Reilly Media | 167770 |
See how the Template Toolkit simplifies the process of building and managing web site content. Examples illustrate the use of template variables and template components that allow web content to be constructed in a modular fashion. Other topics include managing the site structure, generating menus and other navigation components, and defining and using complex data. (From Perl Template Toolkit, Darren Chamberlain, Dave Cross, and Andy Wardley, O'Reilly Media, 2004, ISBN: 0596004761.) |
| | 07-28-04 | | O'Reilly Media | 205443 |
This chapter compares the Template Toolkit to other templating systems such as HTML::Mason and HTML::Template, describes how to install it, then shows you what templates look like and how to process them. (From the book, Perl Template Toolkit, O'Reilly Media, ISBN: 0596004761, by Darren Chamberlain, Dave Cross and Andy Wardley.) |
| | 04-21-04 | | Rahul Chauhan | 144676 |
In this article, Rahul shows us how to create a client-server socket program in Perl and then demonstrates it by pinging the server. |
| | 04-15-04 | | D. Jasmine Merced | 199415 |
Perl hashes are extremely useful data structures that allow us to associate one piece of data to another. In this article, Jasmine will review hashes and introduce some of their more advanced uses. |
| | 03-31-04 | | icarus, (c) Melonf... | 381768 |
Over the course of the next few pages, I will introduce you to one of the more interesting modules in the Perl pantheon, the Getopt::Long.pm module. This module provides a simple API to parse options passed to your Perl scripts at the command line and convert them into Perl scalars or arrays. |
| | 01-08-04 | | Harish Kamath, (c)... | 1288573 |
Over the course of this tutorial, I'll be examining Perl's arrays in detail, explaining what they are, how they work, and how you can use them to get things done faster, better and cheaper. In addition to providing a gentle introduction to Perl arrays and hashes in general, this article will also offer you a broad overview of Perl's array manipulation functions, providing you with a handy reference that should help you write more efficient code.
|
| | 07-10-03 | | icarus, (c) Melonf... | 240967 |
Perl comes with a whole bunch of cryptically-named built-invariables, which clever Perl programmers exploit to reduce the number oflines of code in their scripts. This article examines some of the morecommonly-used special variable in Perl, with examples and illustrations ofhow they may be used. |
| | 06-25-03 | | icarus, (c) Melonf... | 230357 |
One of Perl's better-kept secrets is its built-in debugger, a powerful utility that allows developers to rapidly track down errors in their Perl scripts. This article introduces you to the Perl debugger, explaining how to use it to step through scripts, set breakpoints, inspect variables and objects, watch expressions and perform stack traces. |
| | 04-16-03 | | Harish Kamath, (c)... | 530037 |
Perl has always been known for its text processing and manipulation abilities. This article examines the Perl string handling API in greater detail, explaining how you can use Perl's string functions to (among other things) print and format strings, split and join string values, alter string case, and perform regular expression searches. |
| | 04-08-03 | | Stas Bekman | 24489 |
This article is a third one in a series talking about the essentialPerl basics, that you should know before starting to program formod_perl. |
| | 03-12-03 | | Stas Bekman | 29771 |
In this article we continue to talk about the essential Perl basics,that you should know before starting to program for mod_perl. |
| | 02-18-03 | | Rahul Chauhan | 610842 |
In this article, Rahul shows us how to create a client-server socket program in Perl and then demonstrates it by pinging the server. |
| | 01-03-03 | | Stas Bekman | 58992 |
Now that you have mod_perl installed, you can move on to learning how to use it. This article will run you through some basic Perl concepts to start with. |
| | 12-18-02 | | Jeff Pinyan | 62034 |
Having trouble parsing a querystring with Perl? If so, then Jeff's step-by-step guide will save you headaches and have you up and running in no time! |