The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:perl BARNEY"

perllol - Manipulating Arrays of Arrays in Perl River stage five • 11693 direct dependents • 33184 total dependents

Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array of arrays, sometimes casually called a list of lists. It's reasonably easy to understand, and almost everything that applies here will also ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perllol - Manipulating Arrays of Arrays in Perl River stage five • 11693 direct dependents • 33184 total dependents

Declaration and Access of Arrays of Arrays The simplest two-level data structure to build in Perl is an array of arrays, sometimes casually called a list of lists. It's reasonably easy to understand, and almost everything that applies here will also ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perldsc - Perl Data Structures Cookbook River stage five • 11693 direct dependents • 33184 total dependents

Perl lets us have complex data structures. You can write something like this and all of a sudden, you'd have an array with three dimensions! for my $x (1 .. 10) { for my $y (1 .. 10) { for my $z (1 .. 10) { $AoA[$x][$y][$z] = $x ** $y + $z; } } } Ala...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perldsc - Perl Data Structures Cookbook River stage five • 11693 direct dependents • 33184 total dependents

Perl lets us have complex data structures. You can write something like this and all of a sudden, you'd have an array with three dimensions! for my $x (1 .. 10) { for my $y (1 .. 10) { for my $z (1 .. 10) { $AoA[$x][$y][$z] = $x ** $y + $z; } } } Ala...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlsyn - Perl syntax River stage five • 11693 direct dependents • 33184 total dependents

A Perl program consists of a sequence of declarations and statements which run from the top to the bottom. Loops, subroutines, and other control structures allow you to jump around within the code. Perl is a free-form language: you can format and ind...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

perlsyn - Perl syntax River stage five • 11693 direct dependents • 33184 total dependents

A Perl program consists of a sequence of declarations and statements which run from the top to the bottom. Loops, subroutines, and other control structures allow you to jump around within the code. Perl is a free-form language: you can format and ind...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlmod - Perl modules (packages and symbol tables) River stage five • 11693 direct dependents • 33184 total dependents

Is this the document you were after? There are other documents which might contain the information that you're looking for: This doc Perl's packages, namespaces, and some info on classes. perlnewmod Tutorial on making a new module. perlmodstyle Best ...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

perlmod - Perl modules (packages and symbol tables) River stage five • 11693 direct dependents • 33184 total dependents

Is this the document you were after? There are other documents which might contain the information that you're looking for: This doc Perl's packages, namespaces, and some info on classes. perlnewmod Tutorial on making a new module. perlmodstyle Best ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
8 results (0.032 seconds)