Home > Articles > Programming > Perl

Perl

39 Items

Sort by Date | Title

Deitel Presents “Here” Documents in Perl
Jun 14, 2002
This Deitel™ article introduces some basic concepts in string manipulation. Readers should be familiar with the basics of Perl syntax, including how to create and print strings.
Controlling the Perl Program's Flow
Jun 7, 2002
Get your Perl programs under control and learn the most efficient and readable ways to use flow-control, looping, and conditional statements.
mod_perl: The Apache Request Object
Jun 7, 2002
Randy Kobes, Paul Lindner, and Geoffrey Young discuss mod_perl API fundamentals by introducing the Apache request object, which provides a framework for interacting with all of these.
Deitel Presents An Introduction to Denial-of-Service Attacks in Perl
May 1, 2002
Deitel™ introduces Perl security and Denial-of-Service attacks. Readers should be familiar with Perl programming, regular expressions, basic CGI, basic file processing and an understanding of HTTP requests and responses.
Deitel Presents an Introduction to LWP and LWP Commands in Perl Programming
Apr 12, 2002
Deitel™ introduces Web Automation and Networking using LWP and LWP commands in Perl.
www4mail on the Run
Dec 6, 2001
Learn how to use a www4mail server to navigate and search the whole Internet via email. This service is available to anyone, anywhere, and at any time free of charge.
www4mail Technicalities — A Road Map, Statistics, and Future Developments
Dec 6, 2001
The goal of this article is to give you a taste of the www4mail technicalities. The www4mail program structure, performance, security, maintenance, and server statistics are explained. In addition, future developments of the software are also covered.
www4mail: A Bit of Web-For-Email History
Dec 6, 2001
www4mail is an example of an information and communication technology that can bring benefits to individuals and communities worldwide. This article will describe how it all started.
A Simple Template Using Perl Server Pages (PSP)
Oct 19, 2001
Chris Radcliff shows you how to add HTML display templates to Perl-based Web applications. A simple template management system is developed using Perl Server Pages (PSP) and the Apache::PSP module.
Web Database Interaction Using Perl
Oct 19, 2001
Chris Radcliff shows you how to create an HTML interface to any database that implements the Structured Query Language (SQL).
Accelerating DBI for the Web
Oct 12, 2001
Chris Radcliff shows you how to improve the performance of database-backed Web sites using persistent Perl and Apache::DBI.
Embedding Perl in HTML or XML
Oct 12, 2001
Chris Radcliff shows you how to change programs from code-centric to Web-centric using Perl embedded in HTML or XML.
Simple Object Access Protocol (SOAP) and Web Services
Oct 12, 2001
Chris Radcliff shows you how to develop Web services using the Simple Object Access Protocol (SOAP) and Perl.
Stupid Perl Trick: Mnemonic Phone Numbers
Sep 2, 2001
What’s your mother’s phone number? How about the Chinese takeout place? This article shows how to use Perl in a practical way to create mnemonic phone numbers.
Resolving User SIDs
Sep 2, 2001
All security hinges on one central idea, that there is a user to whom you want to either grant or deny access. New Riders' author and Perl programming expert Dave Roth explains what security identifiers are and how to map SIDs to user accounts.
Antibugging in Perl
Jul 13, 2001
Antibugging describes a set of programming techniques that minimize the probability of introducing a bug to a program at design time or input. You could also call it defensive programming. In this chapter from Perl Debugged, the authors come up with ...
Viewing Compressed Files from the Web
Jun 8, 2001
Files can clutter up your system worse than empty cola cans and sticky notes clutter your workspace. How can you manage these text files easily while saving disk space, using the Web as a way to view them? With the power of Perl.
An XML and RSS Overview
Mar 30, 2001
Learn some basics of an XML document and see how to use an XML variant, RSS, for the Web.
Network Programming with Perl: Input/Output Basics
Mar 30, 2001
Get the background information you'll need to write TCP/IP applications in Perl. In this chapter, the authors review Perl's input/output (I/O) system using the language's built-in function calls, and then using the object-oriented (OO) ...

< Prev Page 1 2