Learn Perl by Doing - Part 3

Pluralsight
Course Summary
Building a Complete Program
-
+
Course Description
In this third part of the tutorial we're going to tackle the things that we need to build robust, industrial-strength Perl programs; we'll look at program structure, talking to databases, working with XML and making your program user friendly. The syntax you'll learn here will enable you to write programs that are capable of dealing robustly with data imports, exports, transfers and processing, while enabling you to write and run your scripts in a manner that doesn't leave you wishing you'd written an instruction manual.
-
+
Course Syllabus
Command Line Options, Subroutines & Arguments- 1h 10m
—Introduction 0m 5s
—Getting Command Line Options 14m 15s
—Subroutines and Returning Values 6m 47s
—Multi Line Strings and Comments 11m 31s
—Passing Arguments to Subroutines 11m 39s
—References to Hashes 12m 33s
—Checking Values in Hashes 13m 40sParsing XML and Complex Data Structures- 1h 44m
—Getting All Files in a Directory 20m 34s
—Processing Files One by One 10m 56s
—Processing XML Files Using Regex 22m 28s
—Extracting Data from Complex Data Structures 18m 16s
—A Complete XML Data Extraction Example 18m 11s
—Building Complex Data Structures 14m 26sWorking with Databases- 1h 27m