programming-examples/perl/Array
2019-11-15 12:59:38 +01:00
..
A program that reads data into an array and writes the array.pl Initial commit 2019-11-15 12:59:38 +01:00
Adding two arrays together.pl Initial commit 2019-11-15 12:59:38 +01:00
Array Elements Assigned to a Slice.pl Initial commit 2019-11-15 12:59:38 +01:00
Array index in action.pl Initial commit 2019-11-15 12:59:38 +01:00
Arrays- a collection of similar data elements.pl Initial commit 2019-11-15 12:59:38 +01:00
ASCII and Numeric Sort Using Subroutine.pl Initial commit 2019-11-15 12:59:38 +01:00
Assigning An Array To A Scalar.pl Initial commit 2019-11-15 12:59:38 +01:00
Binary search of an array.pl Initial commit 2019-11-15 12:59:38 +01:00
Change array length by adding new element to an array.pl Initial commit 2019-11-15 12:59:38 +01:00
Character and Number Sorts.pl Initial commit 2019-11-15 12:59:38 +01:00
double each element of an array.pl Initial commit 2019-11-15 12:59:38 +01:00
Linear search of an array.pl Initial commit 2019-11-15 12:59:38 +01:00
Lists of Lists.pl Initial commit 2019-11-15 12:59:38 +01:00
Months Of The Year.pl Initial commit 2019-11-15 12:59:38 +01:00
Output two -dimensional array.pl Initial commit 2019-11-15 12:59:38 +01:00
Put one array into another array as an element.pl Initial commit 2019-11-15 12:59:38 +01:00
Reverse a sub-range of an array.pl Initial commit 2019-11-15 12:59:38 +01:00
Shift value from array.pl Initial commit 2019-11-15 12:59:38 +01:00
Slice an array by referencing the index in a sub range.pl Initial commit 2019-11-15 12:59:38 +01:00
Split a scalar to create a list.pl Initial commit 2019-11-15 12:59:38 +01:00
String array.pl Initial commit 2019-11-15 12:59:38 +01:00
Sum values in an array.pl Initial commit 2019-11-15 12:59:38 +01:00
The Array Size Indicator.pl Initial commit 2019-11-15 12:59:38 +01:00
unshift array.pl Initial commit 2019-11-15 12:59:38 +01:00
use reverse on arrays as well as lists.pl Initial commit 2019-11-15 12:59:38 +01:00
Using array length in for loop.pl Initial commit 2019-11-15 12:59:38 +01:00
Using for loop with array.pl Initial commit 2019-11-15 12:59:38 +01:00
Using multi-dimensional array references again.pl Initial commit 2019-11-15 12:59:38 +01:00
Using reverse in if statement.pl Initial commit 2019-11-15 12:59:38 +01:00
Using splice to insert array elements.pl Initial commit 2019-11-15 12:59:38 +01:00