Perl

Perl

Functioning in the modern world means knowing how to use a computer. Whether you are a hacker or beginner, look no further. Beginner or pro, these tutorials span from basic computer functions to complicated hacks. Use the internet more effectively, set up an email account, learn how to code your own website with html, php, or ruby on rails. Trace an IP address, or even learn how to hack Google with these helpful tips.

All Videos   >  Computers & Programming   >  Perl (110)
Views 325
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to use the o modifier in regular expressions in Perl
4:05

Use the o modifier in regular expressions in Perl

This Perl Tutorial shows how to use the o modifier in regular expressions to compile the regex only once.

Views 259
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to use the ee modifier in regular expressions in Perl
7:23

Use the ee modifier in regular expressions in Perl

This Perl Tutorial demonstrates the use of the ee modifier in regular expressions.

Views 326
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to use function calls inside regular expressions in Perl
6:16

Use function calls inside regular expressions in Perl

This Perl Tutorial demonstrates how to use function calls and expressions inside regular expressions (Regex) with the e modifier.

Views 275
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to use the pos function and /G assertion in Perl
9:56

Use the pos function and /G assertion in Perl

The Perl Tutorial demonstrates the use of regular expressions pos function and the \G assertion.

Views 277
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to use regular expressions when Perl scripting
10:00

Use regular expressions when Perl scripting

This Perl Tutorial demonstrates some regular expressions such as matching the beginning and end of a line, match a digit, match a word ...more

Views 229
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to work with the default variable when Perl scripting
8:36

Work with the default variable when Perl scripting

This Perl Tutorial explains the default variable, which is the most used predefined variable in Perl and how to work with it when scripting.

Views 145
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to use the crypt function in Perl
7:53

Use the crypt function in Perl

This Perl Tutorial demonstrates how to use the crypt function to encrypt a string.

Views 280
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to use the Data::Dumper module in Perl
6:09

Use the Data::Dumper module in Perl

This Perl Tutorial demonstrates how to the Data::Dumper module to print out data structures.

Views 189
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to store dta structures on a disk with Perl
8:45

Store dta structures on a disk with Perl

This Perl Tutorial shows how to store data structures on disk with the storable module and how to retrieve them later.

Views 235
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to use the for loop when Perl scripting
6:22

Use the for loop when Perl scripting

This Perl Tutorial explains how the 'for' loop works and how to use it in your Perl programming.

Views 643
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to read typed input in Perl with STDIN
7:30

Read typed input in Perl with STDIN

This Perl Tutorial shows how to read typed input with STDIN.

Views 399
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to use the Chop and Chomp functions in Perl
4:42

Use the Chop and Chomp functions in Perl

This Perl Tutorial explains and demonstrates the chop and chomp functions.

Views 267
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to create hashes of arrays with Perl
6:20

Create hashes of arrays with Perl

This Perl Tutorial shows how to create and use multidimensional hashes of arrays.

Views 278
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to create arrays of hashes with Perl
7:50

Create arrays of hashes with Perl

This Perl Tutorial shows how to create and use multidimensional arrays of hashes.

Views 268
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to create hashes of hashes with Perl
7:35

Create hashes of hashes with Perl

This Perl Tutorial shows how to create and use multidimensional hashes of hashes.

Views 242
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to create arrayas of arrays
9:59

Create arrayas of arrays

This Perl Tutorial shows how to create and use multidimensional arrays of arrays.

Views 366
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to read arguments passed to subroutines in Perl
8:34

Read arguments passed to subroutines in Perl

This Perl Tutorial shows some of the ways to read arguments passed to subroutines.

Views 224
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to work with subroutine prototypes when Perl scripting
10:01

Work with subroutine prototypes when Perl scripting

This Perl Tutorial shows how subroutine prototypes work and how to define the type of data accepted by a subroutine.

Views 244
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to create function templates with Perl
3:45

Create function templates with Perl

This Perl Tutorial shows how to create function templates using closures. This is a bit like generating subroutines on the fly.

Views 213
Added 10 months ago
Comments 0
Format Flash
Curated By:
Rube McGee
How to use closures when Perl scripting
3:47

Use closures when Perl scripting

The Perl Tutorial explains the use of closures to initialize a subroutine with data before using it and retain the scope of lexical ...more

loading...