Completed
⌨️ Web requests with Mojo::UserAgent
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Perl Programming Course for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Introduction
- 2 ⌨️ Running Perl via CLI
- 3 ⌨️ Perl Script File Structure
- 4 ⌨️ Data Types - Scalars
- 5 ⌨️ Debugging with Data::Dumper
- 6 ⌨️ Data Types - Arrays
- 7 ⌨️ Data Types - Hashes
- 8 ⌨️ References [Part 1]
- 9 ⌨️ References [Part 2]
- 10 ⌨️ Subroutines
- 11 ⌨️ Variable Scope
- 12 ⌨️ Error Handling
- 13 ⌨️ Logical Operators
- 14 ⌨️ Conditional Statements
- 15 ⌨️ Loops
- 16 ⌨️ Regular Expressions
- 17 ⌨️ Built-in Functions
- 18 ⌨️ Special Variables
- 19 ⌨️ OOP - Classes, instances, attributes and methods
- 20 ⌨️ "use" vs "require"
- 21 ⌨️ Exporter and method types
- 22 ⌨️ Installing modules with CPANM
- 23 ⌨️ Improved exception handling
- 24 ⌨️ Web requests with Mojo::UserAgent
- 25 ⌨️ Reading and writing files
- 26 ⌨️ Reading and writing files with Path::Tiny
- 27 ⌨️ Running system commands