Toggle navigation
Perl Maven
Perl Tutorial
Books
Type keyword:
Archive
About
Searching for
"ARRAY"
Results:
How to dereference a reference to a hash or to an array in Perl
Moo with array reference as attributes - with or without default values
Multi dimensional arrays in Perl
Passing two arrays to a function
ref - What kind of reference is this variable?
Length of an array in Perl
Perl Arrays
Scalar and List context in Perl, the size of an array
wantarray
Array assignment - video
Array indexes (screencast) - video
Array indexes - video
Creating a hash from an array - video
Creating an array - video
array in context - video
How to get the index of specific element (value) of an array?
Memory use of sparse arrays in Perl
Merge hashes of arrays
Why does this code not work? (split, array slice)
Why does this code not work? (split, array slice) - Solution