You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber b880c3ccde Initial commit 4 years ago
..
Accessing Elements.pl Initial commit 4 years ago
Adding elements to a hash.pl Initial commit 4 years ago
An associative array, called a hash, is an unordered list of key-value pairs, indexed by strings.pl Initial commit 4 years ago
Anonymous Hash References.pl Initial commit 4 years ago
Associative arrays are indexed by string values.pl Initial commit 4 years ago
Associative arrays or hashes.pl Initial commit 4 years ago
Building a Price List.pl Initial commit 4 years ago
Check key existance after using 'delete' operator.pl Initial commit 4 years ago
Converting a hash into an array by simple assignment.pl Initial commit 4 years ago
Create hash from scalar variable.pl Initial commit 4 years ago
Create hash with arrow operator.pl Initial commit 4 years ago
Create hash with qw.pl Initial commit 4 years ago
Create hash without using the quotation marks.pl Initial commit 4 years ago
Creating and accessing hash elements.pl Initial commit 4 years ago
Delete an entry in hash.pl Initial commit 4 years ago
Delete from hash.pl Initial commit 4 years ago
Delete the element with key 'Joe' from %hash.pl Initial commit 4 years ago
Demonstrating hash slices.pl Initial commit 4 years ago
Dereferencing hash.pl Initial commit 4 years ago
Determine if a particular key exists.pl Initial commit 4 years ago
Determine if the value for the key is defined.pl Initial commit 4 years ago
Determine if the value for the key is true or false.pl Initial commit 4 years ago
Display a hash with print.pl Initial commit 4 years ago
Display the list of values.pl Initial commit 4 years ago
Dump the hash.pl Initial commit 4 years ago
Each function.pl Initial commit 4 years ago
Empty hash.pl Initial commit 4 years ago
Get hash value by using the hash reference.pl Initial commit 4 years ago
Get key value pair through hash reference.pl Initial commit 4 years ago
Hard References-Pointers.pl Initial commit 4 years ago
Hash (Associative Array) Functions- The keys function returns, in random order, the keys of a hash.pl Initial commit 4 years ago
Hash Key and Value Retrieval.pl Initial commit 4 years ago
Hash Key-Value Pair Retrieval.pl Initial commit 4 years ago
Hash List Assignment.pl Initial commit 4 years ago
Hash References.pl Initial commit 4 years ago
Hash Slices.pl Initial commit 4 years ago
Hash Value Sorting.pl Initial commit 4 years ago
Hash example.pl Initial commit 4 years ago
Hash hash overwrites.pl Initial commit 4 years ago
Hash map creation.pl Initial commit 4 years ago
Hash of Hashes with Lists of Values.pl Initial commit 4 years ago
Hash of Hashes.pl Initial commit 4 years ago
Hash of list.pl Initial commit 4 years ago
Hash setting and getting.pl Initial commit 4 years ago
Hashes Assignment in action.pl Initial commit 4 years ago
Hashes- An associative array.pl Initial commit 4 years ago
If an entry exist.pl Initial commit 4 years ago
Is a key defined in a hash.pl Initial commit 4 years ago
Is a key in a hash.pl Initial commit 4 years ago
Is hash key defined and existed.pl Initial commit 4 years ago
Iterate hash.pl Initial commit 4 years ago
Join hash key.pl Initial commit 4 years ago
Keys function is used to get all keys in a hash.pl Initial commit 4 years ago
List context and hash context.pl Initial commit 4 years ago
List of hash.pl Initial commit 4 years ago
Lists the contents of an associative array using the values function.pl Initial commit 4 years ago
Lock value and keys.pl Initial commit 4 years ago
Loop through an associative array While loop.pl Initial commit 4 years ago
Loop through an associative array.pl Initial commit 4 years ago
Looping Over A Hash.pl Initial commit 4 years ago
Merge two hash variable.pl Initial commit 4 years ago
Mix scalar, list and hash.pl Initial commit 4 years ago
Nested hashes.pl Initial commit 4 years ago
Numerically Sort a Hash by Values in Ascending Order.pl Initial commit 4 years ago
Numerically Sort a Hash by Values in Descending Order.pl Initial commit 4 years ago
Obtain the list of hashKeys and display each key-value pair.pl Initial commit 4 years ago
Obtain the list of keys and display each key-value pair.pl Initial commit 4 years ago
Ordered hash.pl Initial commit 4 years ago
Output nested hash.pl Initial commit 4 years ago
Pass key and get value.pl Initial commit 4 years ago
Print mixed structure.pl Initial commit 4 years ago
Reference a non-exist hash value.pl Initial commit 4 years ago
Reference for hash.pl Initial commit 4 years ago
Reference one value in hash by its key in print statement.pl Initial commit 4 years ago
Reverse a hash- use key as the value, and value as the key.pl Initial commit 4 years ago
Reverse a hash.pl Initial commit 4 years ago
Reverse the hash and use function each to get each pair.pl Initial commit 4 years ago
Reverse the key and value.pl Initial commit 4 years ago
Setting values into a hash named %hash.pl Initial commit 4 years ago
Sort Hash by Keys Numerically.pl Initial commit 4 years ago
Sort Hash by Keys in Reverse Order.pl Initial commit 4 years ago
Sort keys in a hash.pl Initial commit 4 years ago
Sort values in a hash.pl Initial commit 4 years ago
Sorting a Hash.pl Initial commit 4 years ago
Store color value in a hash.pl Initial commit 4 years ago
The delete Function.pl Initial commit 4 years ago
The delete operator removes a key-value pair from an associative array.pl Initial commit 4 years ago
The each function returns, in random order, a two-element array- the key and the value of a hash.pl Initial commit 4 years ago
The exists function returns true if a hash key (or array index) has been defined, and false if not.pl Initial commit 4 years ago
The keys operator returns a list of all the key names within a hash.pl Initial commit 4 years ago
The values function returns, in random order, an array consisting of all the values of a hash.pl Initial commit 4 years ago
To tell if a given key name exists in a hash, you can use the exists operator.pl Initial commit 4 years ago
Use hash as an array.pl Initial commit 4 years ago
Using 'if exists' to check the entry in hash.pl Initial commit 4 years ago
Using array as the hash value.pl Initial commit 4 years ago
Using arrow opertor with hash reference variable.pl Initial commit 4 years ago
Using customized function to sort keys in a hash.pl Initial commit 4 years ago
Using each function with hash reference.pl Initial commit 4 years ago
Using each to get key and value pair from hash.pl Initial commit 4 years ago
Using foreach loops with hashes.pl Initial commit 4 years ago
Using hash as the hash value.pl Initial commit 4 years ago
Using hash reference to retrieve value from hash.pl Initial commit 4 years ago
Using keys function with hash reference variable.pl Initial commit 4 years ago
Using map with hash.pl Initial commit 4 years ago
Using references to a hash.pl Initial commit 4 years ago
Using the array as the hash value.pl Initial commit 4 years ago
Using the arrow operator.pl Initial commit 4 years ago
Using the each operator to extract a key-value pair as a list from the hash.pl Initial commit 4 years ago
Using values function to get all value in a hash.pl Initial commit 4 years ago
Using variable as the key to get the value stored in a hash.pl Initial commit 4 years ago
Using while and each function to output value in a hash.pl Initial commit 4 years ago
Values operator extracts all the values of a hash.pl Initial commit 4 years ago
While loop and hash key value pair.pl Initial commit 4 years ago
Working join with map.pl Initial commit 4 years ago
each function returns both key and value in a hash.pl Initial commit 4 years ago