| Home : Web : Perl |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
Perl Listings
|
|
Total:
28 | Displaying: 11 - 20 | Pages: << 1 2 3 >> |
|
|
|
Next Conceptual integrity in turn dictates that the design must proceed from one mind, or from a very small number of agreeing resonant minds. –Frederick Brooks Jr. The Mythical Man Month Perl 6 is the next major version of Perl. It´s a complete rewrite of the inter- preter, and a significant update of the language itself. The goal of Perl 6 is to add support for much-needed new features, and still be...
Updated: 05/28/2005
|
|
|
Learning Objectives Definitions Background Information Prerequisites PCRE Syntax How the Scripts Work Script Overview E-mail Validation Scripts About The Author Intended Audience This tutorial is intended for the PHP programmer interested in using Perl Compatible Regular Expressions (or PCRE for short) to match or replace values within its target. A basic understanding of PHP and an overview of Perl will be given in this...
Updated: 05/28/2005
|
|
|
Introduction With the introduction of version 4.2, PHP has started supporting a new SAPI (Server Application Programming Interface) called CLI (Command Line Interface). This facility was introduced to help developers create small shell applications (scripts) with PHP. So, now you can kiss Perl goodbye forever. The CLI SAPI was released for the first time with PHP 4.2.0, but was still experimental back then and had to be explicitly enabled with --enable-cli when running...
Updated: 05/28/2005
|
|
|
One of the methods that the web server uses to pass information to a cgi script is through environmental variables. These are created and assigned appropriate values within the environment that the server spawns for the cgi script. They can be accessed as any other environmental variable, like with getenv() (in C) or %ENV{\'VARIABLE_NAME\'} (in Perl). Many of them, contain important information, that most cgi programs need to take into account. This list, highlights some of the most...
Updated: 05/28/2005
|
|
|
Numerous articles have focused on ways to recognize and block spam email. As system administrators work to build sophisticated roadblocks, spammers continue to find ways to knock them down. This article will focus on one viable solution, SpamShield version 1.40 -- a Perl-based spam filter for sendmail . We\'ll cover how it works and how to install and configure it on your server. The science of spam (if you can call it that) has taught us one thing: spam leaves...
Updated: 05/28/2005
|
|
|
Introduction Kip Hampton is speaking at the O\'Reilly Open Source Convention in San Diego, CA, July 23 - 27, 2001. Rub elbows with open source leaders while relaxing on the beautiful Sheraton San Diego Hotel and Marina waterfront. For more information, visit our conference home page . This is the second part in a series of articles meant to quickly introduce some of the more popular Perl XML modules. This month we look at the Perl implementations of the...
Updated: 05/28/2005
|
|
|
Introduction Kip Hampton is speaking at the O\'Reilly Open Source Convention in San Diego, CA, July 23 - 27, 2001. Rub elbows with open source leaders while relaxing on the beautiful Sheraton San Diego Hotel and Marina waterfront. For more information, visit our conference home page . This is the third and final part of a series of articles meant to give quick introductions to some of the more popular Perl XML modules. In the last two months we have looked at...
Updated: 05/28/2005
|
|
|
What is HTTP? HTTP is a client-server protocol by which two machines can communicate over a tcp/ip connection. An HTTP server is a program that sits listening on a machine\'s port for HTTP requests. An HTTP client (we will be using the terms HTTP client and web client interchangeably) opens a tcp/ip connection to the server via a socket, transmits a request for a document, then waits for a reply from the server. Once the request-reply sequence is completed, the socket is closed. So the...
Updated: 05/28/2005
|
|
|
Introduction This month we\'re focusing on integrating XML with relational databases. There\'s not enough room in this column to give a comprehensive treatment of this topic, but we will explore a few of the options available for transferring data between XML documents and relational databases. I\'ll demonstrate how using Perl can make these types of transfers painless and straightforward. You may not want to try using XML to transfer terabytes of data over...
Updated: 05/28/2005
|
|
|
It was one month before Yet Another Perl Conference (YAPC), and I had to decide if I was going to drive or fly from Pittsburgh to St. Louis. To help me decide I did what any other programmer would do, I jumped into an IRC channel about Perl and started talking about driving versus flying. If you know anything about Perl IRC channels, this quickly escalated into a Holy War with Emacs users on one side and Jeep Wrangler drivers on the other. It was hard to tell...
Updated: 05/28/2005
|
|
|
Perl Listings
|
|
Total:
28 | Displaying: 11 - 20 | Pages: << 1 2 3 >> |
|
|