![]() |
Perl Tutorial 4 - Arrays: Basics Posted by: bermnz
Video duration: 437 seconds http://www.ScriptSoc ket.com/ Part 4 of the Perl Tutorial covers arrays. How to create, print, grow, shrink and empty an array. Related: arrays, perl, programming, tutorial |
![]() |
Perl Tutorial 24 - Regular Expressions: Basics Posted by: bermnz
Video duration: 600 seconds http://www.ScriptSoc ket.com/ Part 24 of the Perl Tutorial explains the most basic regular expressions. Related: expressions, perl, programming, regex, regular, tutorial |
![]() |
Perl Tutorial 104 - Sort Databases Posted by: bermnz
Video duration: 562 seconds http://www.ScriptSoc ket.com/ Part 104 of the Perl Tutorial shows how to sort databases. Related: databases, perl, programming, sort, tutorial |
![]() |
Perl Tutorial 1 - Active Perl, Perl Editor, Hello World Posted by: bermnz
Video duration: 226 seconds http://www.ScriptSoc ket.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'. Related: perl, programming, tutorial |
![]() |
Perl Tutorial 5 - Arrays: push, pop, shift, unshift Posted by: bermnz
Video duration: 344 seconds http://www.ScriptSoc ket.com/ Part 5 of the Perl Tutorial covers more array functions. How to push, pop, shift and unshift an array. Related: arrays, perl, pop, programming, push, shift, tutorial, unshift |
![]() |
Thomas The Tank Engine Slideshow Posted by: bermnz
Video duration: 138 seconds http://www.Berm.co.n z/video Photos I took at the live show in New Zealand of the Thomas The Tank Engine show. Related: engine, slideshow, tank, the, thomas |
![]() |
Perl Tutorial 14 - Hashes: Basics Posted by: bermnz
Video duration: 496 seconds http://www.ScriptSoc ket.com/ Part 14 of the Perl Tutorial explores hashes. How to create hashes and reference each key/value pair. Related: hash, hashes, perl, programming, tutorial |
![]() |
Perl Tutorial 3 - Variables Posted by: bermnz
Video duration: 310 seconds http://www.ScriptSoc ket.com/ Part 3 of the Perl Tutorial explains variables with basic examples. Related: perl, programming, tutorial, variables |
![]() |
Perl Tutorial 8 - Looping Arrays: The Foreach Loop Posted by: bermnz
Video duration: 410 seconds http://www.ScriptSoc ket.com/ Part 8 of the Perl Tutorial explains looping arrays with the foreach loop. Related: arrays, foreach, loop, looping, perl, programming, tutorial |
![]() |
Perl Tutorial 35 - Sendmail: Send an Email, Rudewords Filter Posted by: bermnz
Video duration: 595 seconds http://www.ScriptSoc ket.com/ Part 35 of the Perl Tutorial shows how to use sendmail to send and recieve email from a script securely. Plus, how to remove HTML tags from the email message, and how to create a rudewords filter. Related: -oi, -t, email, filter, perl, programming, rudewords, sendmail, tutorial |
![]() |
Perl Tutorial 25 - Subroutines: Basics Posted by: bermnz
Video duration: 591 seconds http://www.ScriptSoc ket.com/ Part 25 of the Perl Tutorial shows the basics of subroutines. Continue with Perl tutorial 88 next! http://www.youtube.c om/watch?v=SEJpf0fc1 1s Related: perl, programming, subroutines, tutorial |
![]() |
Perl Tutorial 6 - Arrays: merge, reverse, sort Posted by: bermnz
Video duration: 403 seconds http://www.ScriptSoc ket.com/ Part 6 of the Perl Tutorial covers more array functions. How to merge, reverse and sort an array. Related: arrays, merge, perl, programming, reverse, sort, tutorial |
![]() |
Perl Tutorial 45 - Fetch, Parse & Convert a Web Page to Text Posted by: bermnz
Video duration: 570 seconds http://www.ScriptSoc ket.com/ Part 45 of the Perl Tutorial shows how to use the LWP::Simple ,HTML::TreeBuilder and HTML::FormatText modules to download, parse and format a web page into plain text. Related: html::formattext, html::treebuilder, lwp::simple, perl, programming, tutorial |
![]() |
Perl Tutorial 19 - Functions: lc, uc, lcfirst, ucfirst Posted by: bermnz
Video duration: 416 seconds http://www.ScriptSoc ket.com/ Part 19 of the Perl Tutorial shows the functions lc, uc, lcfirst, ucfirst and a method to ucfirst every word in a string. Related: function, lc, lcfirst, perl, programming, tutorial, uc, ucfirst |
![]() |
Perl Tutorial 26 - Open, Read & Close a Text File Posted by: bermnz
Video duration: 377 seconds http://www.ScriptSoc ket.com/ Part 26 of the Perl Tutorial shows how to open, read, and close a text file. Related: close, file, open, perl, programming, read, text, tutorial |
![]() |
Perl Tutorial 12 - The While Loop, The Until Loop Posted by: bermnz
Video duration: 491 seconds http://www.ScriptSoc ket.com/ Part 12 of the Perl Tutorial explains the while loop and the reverse while loop, the until loop. Related: loop, perl, programming, tutorial, until, while |
![]() |
Perl Tutorial 11 - Operators and Precedence Continued Posted by: bermnz
Video duration: 506 seconds http://www.ScriptSoc ket.com/ Part 11 of the Perl Tutorial covers operators and precedence. Modulus, power of, use integer, ==, !=, eq, ne. Related: =, ==, eq, integer, modulus, ne, operators, perl, precedence, programming, tutorial |
![]() |
Perl Tutorial 61 - CGI.pm - File Uploads via Upload Form Posted by: bermnz
Video duration: 576 seconds http://www.ScriptSoc ket.com/ Part 61 of the Perl Tutorial explores the CGI.pm module to create an upload form and upload files to your server. Related: cgi.pm, file, perl, programming, tutorial, upload, uploads |
![]() |
Steely Dan Live - 'Aja' in New Zealand Posted by: bermnz
Video duration: 530 seconds http://www.berm.co.n z/video Steely Dan perform 'Aja' live in concert at Vector Arena, Auckland on the 22 Sept 2007. Related: aja, becker, concert, dan, fagen, guitar, live, steely |
![]() |
Perl Tutorial 9 - Conditionals: if, elsif, else, unless Posted by: bermnz
Video duration: 349 seconds http://www.ScriptSoc ket.com/ Part 9 of the Perl Tutorial shows basic conditional statements: if, elsif, else and unless. Related: conditionals, else, elsif, if, perl, programming, statements, tutorial, unless |
![]() |
Perl Tutorial 27 - Write To & Append a Text File Posted by: bermnz
Video duration: 366 seconds http://www.ScriptSoc ket.com/ Part 27 of the Perl Tutorial shows how to write to and append a text file. Related: append, file, perl, programming, text, tutorial, write |
![]() |
Perl Tutorial 21 - Random Numbers & Rounding: rand, sprintf Posted by: bermnz
Video duration: 474 seconds http://www.ScriptSoc ket.com/ Part 21 of the Perl Tutorial shows how to generate and use random numbers with the rand function and how to round numbers to any decimal place with the sprintf function. Related: numbers, perl, programming, rand, random, rounding, sprintf, tutorial |
![]() |
Perl Tutorial 47 - IO::Socket - Connect to a Web Server Posted by: bermnz
Video duration: 464 seconds http://www.ScriptSoc ket.com/ Part 47 of the Perl Tutorial shows how to use the IO::Socket module to connect to a web server and download a web page. Related: io::socket, module, perl, programming, tutorial |
![]() |
Perl Tutorial 22 - What's The Time? Posted by: bermnz
Video duration: 497 seconds http://www.ScriptSoc ket.com/ Part 22 of the Perl Tutorial shows how to use the time function to format the time simply and in a more advanced way. Related: function, perl, programming, time, tutorial |
![]() |
Perl Tutorial 17 - Hashes: reverse, sort, merge Posted by: bermnz
Video duration: 370 seconds http://www.ScriptSoc ket.com/ Part 17 of the Perl Tutorial shows how to reverse the key/value pairs of a hash, sort hashes and merge hashes. Related: hash, hashes, merge, perl, programming, reverse, sort, tutorial |


























