Perl Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 81 articles & tutorials regarding "Perl".
- 13.) Executing SQL Server Stored Procedure from Perl
- ( Page 1 of 5 ) This article illustrates how to setup a development environment using Perl and SQL Server on the following platforms: Microsoft Windows, Red Hat Linux, and Sun Solaris. Step by step, you can learn, and may choose, the best way that fits into your own requirements. Stored procedures are intensively used in SQL Server-based development today. The Perl language is the most useful administration language on the Unix/Linux environment. Since Web technologies have risen in...
Found at devArticles.com
- 14.) Perl 6 and the Parrot Project
- By Allison Randal, Dan Sugalski, & Leopold Tötsch Go to page: 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...
Found at developer.com
- 15.) Using Perl Compatible Regular Expressions with PHP
- By Patrick Delin April 11, 2002 Intended Audience Overview 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...
Found at Zend
- 16.) Replacing Perl Scripts with PHP Scripts
- By Jayesh Jain 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...
Found at PHPBuilder.com
- 17.) CGI Environmental Variables
- 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...
Found at Perlfect Solutions
- 18.) SpamShield: A Perl-Based Spam Filter for sendmail
- by Glenn Graham 09/12/2002 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...
Found at O'Reilly Network
More articles & tutorials (Index of all articles & tutorials)
|
|