background preloader

Perl

Facebook Twitter

Tutorials. PERL Tutorial. Perl is a programming language developed by Larry Wall, especially designed for text processing.

PERL Tutorial

Though Perl is not officially an acronym but many times it is used as it stands for Practical Extraction and Report Language. It runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This tutorial provides a complete understanding on Perl. Perl Tutorial. Beginning Perl (free) - www.perl.org. By Simon Cozens What does this book cover?

Beginning Perl (free) - www.perl.org

Installing Perl on Windows and UNIX Making use of online Perl resources like CPAN First principles in programming and the Perl syntax Working with files and databases Writing web pages in Perl Using Perl as an object-oriented language Book overview Perl is a well-established programming language that has been developed through the time and effort of countless free software programmers into an immensely powerful tool that can be used on pratically every operating system in the world. Perl started out as the "Swiss army knife" of computer languages and was used primarily by system administrators, but over time it's grown into an immensely robust language used by web-developers and programmers worldwide.

Introduction. This tutorial will be covering the PERL syntax and should provide you with a very solid foundation of PERL for you to build upon.

Introduction

It is recommended that before you start walking through our tutorial that you have a general understanding of Web Development as well as some background knowledge of HTML and CSS as our tutorial is directed toward Web programming. We will be incorporating our PERL scripts with HTML, CSS, and PHP so if you are unfamiliar with any of these languages, it may be a good idea to touch base with the tutorials offered here, or elsewhere for that matter to familiarize yourself with the code we offer. Created in 1987 by Larry Wall, the UNIX based language has evolved into a powerful tool for the internet.

It was designed as a quick-fix patch program for UNIX based systems.