|
(800) 716-4324 info@academyx.com |
|
Training Links Register |
Perl Intro Training
Perl(Practical Reporting and Extraction Language) is one of the most powerful scripting languages in use today. It is an interpreted language, unlike Java or C#/VB.Net, which makes it easy to quickly write up small scripts and execute them.
In just one day, our Perl training will teach you the fundamental concepts of Perl programming and get you writing useful scripts. You will also learn the tools of the trade used by professional Perl programmers. Downloading, Installing, & Running Perl Perl is managed by the CPAN (Comprehensive Perl Archive Network), where you will find Perl implementations for many different operating systems, including Mac, Windows, Unix, and Linux. This introductory session of our Perl training class will show you how to:
Language Perl Basics In this part of the class we show you the basics of Perl. Being a loosely-typed, interpreted language, simple Perl is much easier to understand than Java, C, or other compiled, strongly-typed language. When you have completed this section you will have written some short scripts that illustrate how to:
Text & Numeric Operations in Perl When it comes to words, phrases and sentences, Perl's string-handling features are unparalleled. Perl also offers a diverse set of operators for handling numeric values. Much of Perl's power comes from the many, many different operators and functions with very specific purposes. AcademyX's Perl training shows you how to:
Escaping Special Characters Because Perl reserves special characters like the dollar sign ($) and "at" symbol (@) as prefixes to variables, you will want to know how to work with them in their normal context, such as US dollars, or the "@" in an email address. This important topic can save hours of frustration as it is a very common source of subtle bugs in scripts. By the end of this section of our Perl training, you will know how to:
Using Your Operating System's Commands Perl gives you direct access to your operating system's commands, such as getting a directory listing (DIR/ls) or issuing a "ping" command. We show you how to take full advantage of those commands and capture their output in a Perl variable. Instead of writing DOS or BASH shell scripts it's much easier to capture the output of one critical OS command and then continue using Perl and its much larger instruction set to process the data. At the end of this section you will be able to:
Conditional Statements & Loop Structures Perl, like other modern programming languages, provides statements like "if-else" that let you execute your code based on one or more conditions. Likewise, Perl lets you repeat a set of instructions within a loop structure. In this section you will learn the specifics of Perl's conditional and looping constructs. Upon conclusion, you will know how to:
Perl on Unix/Linux Unix introduces several requirements that can trip up the Perl programmer. This final part of the Perl training will show you how to avoid typical Unix pitfalls. You will be able to:
Prerequisites:
Perl training offered at four locations:: |