Home arrow Perl
 

PERL HELP, PERL PROGRAMMING, PERL CODE, PERL TUTORIALS, PERL DEVELOPMENT

RSS For Dev Shed
Perl, or Practical Extraction and Reporting Language, is an open source programming language. It is often used for creating CGI programs and other web scripts. It was specifically designed for processing text, which makes it useful when writing web forms. If you want to use this popular programming language to help you process piles of text through your website, you’ve come to the right place.

  Date Title Author Hits
  12-17-02 

Introduction to mod_perl (part 3): Non-privileged Install

Stas Bekman 24115

You know how to get mod_perl up and running on servers where you are a privileged user, but on machines where you are not privileged, it's a bit trickier. Let this article be your guide.

  08-07-02 

Using Perl With WDDX

icarus, (c) Melonf... 39382

Think there's no such thing as platform independence? Thinkagain. This article introduces you to WDDX, a platform-neutral way toexchange data structures across the Web, and shows you how you can putit to work using the Perl WDDX module.

  05-30-02 

Writing Secure CGI Scripts

Pete Smith 31723

One area often overlooked in CGI programming is security. In this article Pete looks at common flaws in CGI scripts and how to fix them with Perl's taint mode, by filtering user input and more.

  05-07-02 

Introduction to mod_perl (part 2): mod_perl Quickstart

Stas Bekman 43917

Last week you found out all sorts of good things about mod_perl, but you may be wondering how you get started using it. Let this article be your guide.

  04-25-02 

Perl 101: The email form

Pete Smith 48806

Never worked with Perl but always wondered how it works? In this article Pete starts from scratch, explaining everything we need to know to code, test and implement a "mail me" script with Perl. He shows us how to setup the form, how to use the CGI module, and also how to pipe commands directly to sendmail. If you've never worked with Perl before, then this article is exactly what you need to get you started!

  03-05-02 

Web Mining with Perl

Tommie Jones 363825

It is common knowledge that the Internet is a great data source. It is alsocommon knowledge that it is difficult to get the information you want in the format you need. No longer.

  02-01-02 

Using Perl With XML (part 2)

icarus, (c) Melonf... 96309

They say there's more than one way to skin a cat - and that'stwice as true when you're a Perl developer. In this concluding article onXML parsing with Perl, find out how the XML::DOM package provides analternative technique for manipulating XML elements and attributes, andcompare the two approaches to see which one works best for you.

  01-15-02 

Using Perl with XML (part 1)

icarus, (c) Melonf... 192522

Converted your little black book into XML, and don't know what to do next? This article gets you started on the path to being an XML guru, demonstrating how to use Perl's SAX parser to parse and convert your XML into Web-friendly HTML.

  05-02-01 

Carping About DBI

Vikram Vaswani, (c... 32046

One of the nice things about Perl is the huge amount of free codeout there. Available in the form of modules, this code can simplify manycommon tasks while simultaneously offering a powerful toolkit for theexperienced developer. In this article, learn about two of the most popularPerl modules: DBI, used for database connectivity, and Carp, used tosimplify error handling.

  10-02-00 

Perl 101 (part 8) - Putting It To The Test

Vikram Vaswani and... 34061

In the concluding article in the Perl 101 series, everythingyou've learnt so far is put to the test when you develop some real-worldCGI applications - a counter, a guest book and a form mailer.

  09-25-00 

Perl 101 (part 7) - CGI Basics

Vikram Vaswani and... 34635

After spending the past few months understanding Perl'svariables, operators and functions, it's time to start writing Perlprograms for the Web. This week, Perl 101 introduces you to the basics ofCGI scripting, and also teaches you how to use a new type of Perl variable,the hash.

  08-30-00 

Perl 101 (part 6) - The Perl Toolbox

Vikram Vaswani and... 50402

This time, Perl 101 visits some of Perl's more useful in-builtfunctions, and teaches you the basics of pattern matching and substitution.Also included is a list of common string and math functions, together withexamples of how to use them.

  07-21-00 

Perl 101 (Part 5) - Sub-Zero Code

Vikram Vaswani and... 36595

This week, Perl 101 introduces you to subroutines and teaches youhow to structure your code for maximum reusability. Also included: returnvalues, my() and local() constructs, and a marriage proposal.

  07-14-00 

Beginning Perl

Dev Shed 53257

This excerpt is from Wrox's book Beginning Perl. It covers the entirety of Chapter 5 - Regular expressions. Buy this book on Amazon.com now!

  06-29-00 

Perl 101 (Part 4) - Mind Games

Vikram Vaswani and... 47923

This week's article teaches you how to use Perl to interact withfiles on your system, and also provides you with a quick crash course invarious array functions.

 
More Perl Programming Articles
Total Perl Programming Articles = 93

Page 6 of 7
3 4 5 6 7 



© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 11 - Follow our Sitemap

Dev Shed Tutorial Topics: