bermnz's Uploaded Videos

Perl Tutorial 1 - Active Perl, Perl Editor, Hello World
http://www.ScriptSocket.com/ Part 1 of the Perl Tutorial features details on where to download Active Perl, where to download a good Perl Editor and how to say 'Hello World'.
Perl Tutorial 5 - Arrays: push, pop, shift, unshift
http://www.ScriptSocket.com/ Part 5 of the Perl Tutorial covers more array functions. How to push, pop, shift and unshift an array.
Perl Tutorial 3 - Variables
http://www.ScriptSocket.com/ Part 3 of the Perl Tutorial explains variables with basic examples.
Perl Tutorial 4 - Arrays: Basics
http://www.ScriptSocket.com/ Part 4 of the Perl Tutorial covers arrays. How to create, print, grow, shrink and empty an array.
Perl Tutorial 8 - Looping Arrays: The Foreach Loop
http://www.ScriptSocket.com/ Part 8 of the Perl Tutorial explains looping arrays with the foreach loop.
Perl Tutorial 52 - CGI.pm - Generate HTML on the Fly
http://www.ScriptSocket.com/ Part 52 of the Perl Tutorial explores the CGI.pm module to create html tag shortcuts and to generate html web pages on the fly.
Perl Tutorial 14 - Hashes: Basics
http://www.ScriptSocket.com/ Part 14 of the Perl Tutorial explores hashes. How to create hashes and reference each key/value pair.
Perl Tutorial 9 - Conditionals: if, elsif, else, unless
http://www.ScriptSocket.com/ Part 9 of the Perl Tutorial shows basic conditional statements: if, elsif, else and unless.
Perl Tutorial 7 - Array Tips
http://www.ScriptSocket.com/ Part 7 of the Perl Tutorial offers a few tips and shortcuts for creating arrays.
Perl Tutorial 6 - Arrays: merge, reverse, sort
http://www.ScriptSocket.com/ Part 6 of the Perl Tutorial covers more array functions. How to merge, reverse and sort an array.
Perl Tutorial 19 - Functions: lc, uc, lcfirst, ucfirst
http://www.ScriptSocket.com/ Part 19 of the Perl Tutorial shows the functions lc, uc, lcfirst, ucfirst and a method to ucfirst every word in a string.
Perl Tutorial 29 - Directories: Open, Read, Make & more
http://www.ScriptSocket.com/ Part 29 of the Perl Tutorial shows how to open, read, close, make, change and remove directories.
Perl Tutorial 11 - Operators and Precedence Continued
http://www.ScriptSocket.com/ Part 11 of the Perl Tutorial covers operators and precedence. Modulus, power of, use integer, ==, !=, eq, ne.
Perl Tutorial 12 - The While Loop, The Until Loop
http://www.ScriptSocket.com/ Part 12 of the Perl Tutorial explains the while loop and the reverse while loop, the until loop.
Perl Tutorial 26 - Open, Read & Close a Text File
http://www.ScriptSocket.com/ Part 26 of the Perl Tutorial shows how to open, read, and close a text file.
Perl Tutorial 71 - Formats: Create Text Formats
http://www.ScriptSocket.com/ Part 71 of the Perl Tutorial shows how to use Perl formats. Easily left and right justify and center text. Create your own text formats.
Perl Tutorial 36 - Create a Form where Method=Post
http://www.ScriptSocket.com/ Part 36 of the Perl Tutorial shows how to create a form for the web where method=post that we will learn how to parse in the next tutorial.
Perl Tutorial 16 - Hash Functions: exists, defined, delete
http://www.ScriptSocket.com/ Part 16 of the Perl Tutorial shows hash functions exists, defined and delete.
Perl Tutorial 98 - STDIN: Read Typed Input
http://www.ScriptSocket.com/ Part 98 of the Perl Tutorial shows how to read typed input with STDIN.
Thomas The Tank Engine Slideshow
http://www.Berm.co.nz/video Photos I took at the live show in New Zealand of the Thomas The Tank Engine show.
Perl Tutorial 17 - Hashes: reverse, sort, merge
http://www.ScriptSocket.com/ Part 17 of the Perl Tutorial shows how to reverse the key/value pairs of a hash, sort hashes and merge hashes.
Perl Tutorial 15 - Looping Hashes: keys, values, each
http://www.ScriptSocket.com/ Part 15 of the Perl Tutorial shows how to loop through hashes with the each, keys and values functions.
Perl Tutorial 103 - Write & Read a Database File
http://www.ScriptSocket.com/ Part 103 of the Perl Tutorial shows how to write and read a database file.
Perl Tutorial 43 - Install a Module with CPAN.pm .LOCK NMAKE
http://www.ScriptSocket.com/ Part 43 of the Perl Tutorial shows how to use CPAN.pm to install a perl module on your computer as well as point out some minor problems like the .LOCK file and the NMAK
Perl Tutorial 27 - Write To & Append a Text File
http://www.ScriptSocket.com/ Part 27 of the Perl Tutorial shows how to write to and append a text file.