Categories
Tags → Perl Tutorial

What is &"0 but true&" and why is it

This small tutorial will tell you why the Perl uses the &"0 but true&" return value when it executes some system functions. So this is a special way to show a good exit of function call.
DETAILS

The Perl DBI

This tutorial will guide you through a gentle introduction to the perl DBI. Learn how to use the Perl DBI to interact with your database; extract data, insert data, update data and more.
DETAILS

Introduction to Perl

This tutorial will go through the basics of Perl starting from the very beginning. Learn how to use variables, arrays, control structures, conditionals, file handling subroutines and more.
DETAILS

Emailing Customized Flash E-cards with PHP and Text Files

This tutorial explains how to send out customized Flash e-cards to anyone you want, or allow anyone that visits your site to do the same. This tutorial will allow you to set up a much simplified version of say the online Hallmark or Blue mountain e-...
DETAILS

Disk-based data structures (DBM)

For those who don''t want to get tied up with a relational database and all the supporting software needed, yet still need to store a dataset to disk for future use, this tutorial provides several Perl DBM, or database management, solutions whic...
DETAILS

Setting Up a MySQL Based Website - Part I

This is a step-by-step tutorial on how to set up a guestbook using a perl and a MySQL backend. This SQL backend application would be ideal for companies such as GuestWorld who run free public guestbooks.
DETAILS

Object-Oriented Programming In Perl

Perl OOP can sometimes be a little confusing, especially for the inexperienced newbie. The first of a two-part article, this tutorial attempts to simplify things with a light-hearted look at some basic OO concepts in Perl. Play nice, and you might ev...
DETAILS

Perl/CGI Tutorial

The author notes &"This tutorial provides a problem-oriented introduction to Perl within the context of CGI. The approach is narrative. A problem is introduced and the tutorial then proceeds, step by step, to solve the problem. Perl concepts...
DETAILS

Perl Basics

This tutorial provides a summary of basic Perl features, organized in categories. It consists of six major sections: Variables and their Related Operators, Control structures, Functions, Regular Expressions, Input/Output, and System Operators.
DETAILS

Intro to Mod_Perl

mod_perl is a terrific fusion of the Apache Web server and the Perl language that embeds a copy of the Perl interpreter inside Apache, allowing you to not only speed up existing CGI scripts but also extend your Web server in ways previously unavailab...
DETAILS

Page:
©2003-2019 jCay.com