| | 01_01-Welcome.mp4 | 3.81 MB |
| | 01_02-Exercise files.mp4 | 3.06 MB |
| | 02_02-Installing Perl and Komodo for Windows.mp4 | 27.92 MB |
| | 02_01-Installing Komodo for Mac OS X.mp4 | 18.14 MB |
| | 02_03-About Perl.mp4 | 5.94 MB |
| | 03_05-Functions.mp4 | 15.22 MB |
| | 03_02-Hello World.mp4 | 11.99 MB |
| | 03_03-Counting lines in a file.mp4 | 10.32 MB |
| | 03_06-Using perldoc.mp4 | 8.61 MB |
| | 03_04-Loops and conditionals.mp4 | 7.29 MB |
| | 03_01-About the quick start.mp4 | 896.6 KB |
| | 04_01-Anatomy of a Perl script.mp4 | 14.86 MB |
| | 04_04-Whitespace and comments.mp4 | 12.88 MB |
| | 04_05-Blocks and scope.mp4 | 11.27 MB |
| | 04_03-Assignments.mp4 | 8.89 MB |
| | 04_02-Statements and expressions.mp4 | 6.57 MB |
| | 05_05-Lists and arrays.mp4 | 16.84 MB |
| | 05_03-Character strings.mp4 | 14.88 MB |
| | 05_07-Hashes or associative arrays.mp4 | 10.59 MB |
| | 05_08-Constants.mp4 | 9.21 MB |
| | 05_06-Slices of arrays.mp4 | 6.07 MB |
| | 05_02-Numeric variables.mp4 | 5.5 MB |
| | 05_01-Understanding values and variables.mp4 | 5.2 MB |
| | 05_04-Logical values.mp4 | 5.16 MB |
| | 06_04-Switch with given and when.mp4 | 11.4 MB |
| | 06_01-The if statement.mp4 | 8.32 MB |
| | 06_02-Else and elsif.mp4 | 6.14 MB |
| | 06_05-The ternary conditional operator.mp4 | 5.38 MB |
| | 06_03-Negative conditionals with unless.mp4 | 4.07 MB |
| | 07_05-Loop control statements.mp4 | 10.67 MB |
| | 07_04-Iterating with foreach.mp4 | 9 MB |
| | 07_02-Loops with while and until.mp4 | 6.4 MB |
| | 07_03-Iterating with for.mp4 | 5.33 MB |
| | 07_01-Understanding loops.mp4 | 5.09 MB |
| | 08_05-Other special variables.mp4 | 11.79 MB |
| | 08_01-The default variable.mp4 | 7.9 MB |
| | 08_03-The autoflush variable.mp4 | 7.15 MB |
| | 08_02-Function arguments.mp4 | 5.12 MB |
| | 08_04-The system error variable.mp4 | 5.05 MB |
| | 09_02-Basic arithmetic operators.mp4 | 14.05 MB |
| | 09_05-Logical operators.mp4 | 13.87 MB |
| | 09_06-File test operators.mp4 | 11.15 MB |
| | 09_09-Quote operators.mp4 | 8.99 MB |
| | 09_04-Relational operators.mp4 | 7.83 MB |
| | 09_07-The range operator.mp4 | 6.6 MB |
| | 09_01-About Perls operators.mp4 | 5.95 MB |
| | 09_03-Compound assignment operators.mp4 | 4.62 MB |
| | 09_08-The string concatenation operator.mp4 | 3.46 MB |
| | 10_03-Common modifiers.mp4 | 12.2 MB |
| | 10_07-Matching wildcards.mp4 | 10.47 MB |
| | 10_10-Search and replace.mp4 | 10.28 MB |
| | 10_08-Matching classes of characters.mp4 | 10.05 MB |
| | 10_01-About regular expressions.mp4 | 8.78 MB |
| | 10_06-Simple matches.mp4 | 6.27 MB |
| | 10_11-Splitting strings.mp4 | 5.19 MB |
| | 10_04-Extracting matches.mp4 | 4.79 MB |
| | 10_02-Matching text.mp4 | 4.74 MB |
| | 10_05-Getting a list of matches.mp4 | 3.94 MB |
| | 10_09-Matching metacharacters.mp4 | 3.67 MB |
| | 11_03-Calling a function with arguments.mp4 | 7.26 MB |
| | 11_04-Locally scoped variables.mp4 | 6.54 MB |
| | 11_06-Static variables.mp4 | 4.74 MB |
| | 11_07-Predeclared functions.mp4 | 4.48 MB |
| | 11_05-Returning values.mp4 | 3.12 MB |
| | 11_01-Understanding functions.mp4 | 2.78 MB |
| | 11_02-Defining and calling functions.mp4 | 2.44 MB |
| | 12_04-Function references.mp4 | 13.1 MB |
| | 12_02-Array references.mp4 | 11.17 MB |
| | 12_06-Mixed data structures.mp4 | 10.47 MB |
| | 12_03-Hash references.mp4 | 7.2 MB |
| | 12_05-Finding the type of a reference.mp4 | 6.82 MB |
| | 12_01-Understanding values and references.mp4 | 2.75 MB |
| | 13_02-Using file handles.mp4 | 20.19 MB |
| | 13_04-Working with binary files.mp4 | 16.55 MB |
| | 13_03-Using the OO interface for files.mp4 | 16.19 MB |
| | 13_01-Understanding streams and files.mp4 | 3.36 MB |
| | 14_06-Time functions.mp4 | 19.53 MB |
| | 14_03-String functions.mp4 | 14.59 MB |
| | 14_04-Numeric functions.mp4 | 11.65 MB |
| | 14_05-List and array functions.mp4 | 9.61 MB |
| | 14_01-The print and say functions.mp4 | 9.5 MB |
| | 14_02-The die function.mp4 | 8.6 MB |
| | 14_07-The undef function.mp4 | 5.11 MB |
| | 15_02-Perls object model.mp4 | 14.12 MB |
| | 15_03-An example module.mp4 | 13.5 MB |
| | 15_04-Using Carp for error messages.mp4 | 6.84 MB |
| | 15_01-Leveraging code with modules.mp4 | 2.35 MB |
| | 16_02-Selective use of comments and whitespace.mp4 | 8.85 MB |
| | 16_03-Use strict and warnings.mp4 | 5.99 MB |
| | 16_04-Use constants.mp4 | 5.03 MB |
| | 16_01-Be consistent.mp4 | 4.87 MB |
| | 17_01-Next steps.mp4 | 2.77 MB |
| | Ex_Files_Perl_5_EssT.zip | 945.75 KB |