Toggle navigation
Perl Maven
Perl Tutorial
Pro
Login
Register
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?
Creating a hash from an array - video
Scalar and List context in Perl, the size of an array
Transforming a Perl array using map
How to eliminate a value in the middle of an array in Perl?
undef on Perl arrays and hashes
Index/Value Array Slices
Array indexes (screencast) - video
Array indexes - video
Array assignment - video
How to get the index of specific element (value) of an array?
List and Array Utilities in Perl
Merge hashes of arrays
Unique values in an array in Perl
Sorting arrays in Perl
Why does this code not work? (split, array slice) - Solution