Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
38.0K+ articles
DSA
22.5K+ articles
Python
20.5K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
11.7K+ articles
Perl
266+ articles
Perl-function
59+ articles
Perl-hashes
10+ articles
Perl-Array-Functions
8+ articles
Perl-Hash-Functions
6 posts
Recent Articles
Popular Articles
Perl | Useful Hash functions
Last Updated: 30 June 2019
A hash is a set of key-value pairs. Perl stores elements of a hash such that it searches for the values based on its keys. Perl provides various functions to perform opera...
read more
Perl
Perl-hashes
Perl-Hash-Functions
Perl | exists() Function
Last Updated: 07 May 2019
The exists() function in Perl is used to check whether an element in an given array or hash exists or not. This function returns 1 if the desired element is present in the...
read more
Perl
Perl-function
Perl-Array-Functions
Perl-Hash-Functions
Perl | values() Function
Last Updated: 07 May 2019
values() Function in Perl returns the list of all the values stored in a Hash. In a scalar context it returns the number of elements stored in the Hash.Note: Values return...
read more
Perl
Perl-function
Perl-Hash-Functions
Perl | keys() Function
Last Updated: 25 June 2019
keys() function in Perl returns all the keys of the HASH as a list. Order of elements in the List need not to be same always, but, it matches to the order returned by valu...
read more
Perl
Perl-function
Perl-Hash-Functions
Perl | each() Function
Last Updated: 25 June 2019
This function returns a Two-element list consisting of the key and value pair for the next element of a hash when called in List context, so that you can iterate over it. ...
read more
Perl
Perl-hashes
Perl-function
Perl-Hash-Functions
Perl | delete() Function
Last Updated: 25 June 2019
Delete() in Perl is used to delete the specified keys and their associated values from a hash, or the specified elements in the case of an array. This operation works only...
read more
Perl
Perl-function
Perl-Hash-Functions
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !