Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
40.2k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
Perl
240+ articles
Perl-function
59 articles
Perl-regex
18 articles
Perl-Arrays
10 articles
Perl-Hash-Functions
6 articles
Perl-Array-Functions
8 posts
Popular Articles
Recent Articles
Perl | Useful Array functions
Last Updated: 04 August 2021
In Perl, array is a special type of variable. The array is used to store the list of values and each object of the list is termed as an elem
...read more
Perl
Perl-function
Perl-Arrays
Perl-Array-Functions
Perl | wantarray() Function
Last Updated: 07 May 2019
wantarray() function in Perl returns True if the currently executing subroutine expects to return a list value, and false if it is looking f
...read more
Perl
Perl-function
Perl-Array-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 de
...read more
Perl
Perl-function
Perl-Array-Functions
Perl-Hash-Functions
Similar Topics
Web Technologies
40.2k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
Perl
240+ articles
Perl-function
59+ articles
Perl-regex
18+ articles
Perl-Arrays
10+ articles
Perl-Hash-Functions
6+ articles
Perl | grep() Function
Last Updated: 20 June 2022
The grep() function in Perl used to extract any element from the given array which evaluates the true value for the given regular expression
...read more
Perl
Perl-function
Perl-regex
Perl-Arrays
Perl-Array-Functions
Perl | unshift() Function
Last Updated: 06 March 2023
unshift() function in Perl places the given list of elements at the beginning of an array. Thereby shifting all the values in the array by r
...read more
Perl
Perl-function
Perl-Array-Functions
Perl | shift() Function
Last Updated: 07 May 2019
shift() function in Perl returns the first value in an array, removing it and shifting the elements of the array list to the left by one. Sh
...read more
Perl
Perl-function
Perl-Array-Functions
Perl | Array pop() Function
Last Updated: 07 May 2019
pop() function in Perl returns the last element of Array passed to it as an argument, removing that value from the array. Note that the valu
...read more
Perl
Perl-function
Perl-Arrays
Perl-Array-Functions
Perl | push() Function
Last Updated: 25 June 2019
push() function in Perl is used to push a list of values onto the end of the array. push() function is often used with pop to implement stac
...read more
Perl
Perl-function
Perl-Array-Functions
1
1
1
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 !