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
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
Perl
265+ articles
Perl-function
59+ articles
perl-basics
33+ articles
Perl-method
19+ articles
perl-list
3+ articles
Perl-List-Functions
5 posts
Recent Articles
Popular Articles
Perl Program to Find Out Odd and Even Numbers From a List of Numbers
Last Updated: 24 February 2023
The article focuses on discussing different ways to find out how to segregate odd and even numbers from a given list of numbers in Perl.Prerequisite: The user must be fami...
read more
Perl
perl-basics
Perl-method
perl-list
Perl-List-Functions
Perl | sort() Function
Last Updated: 17 March 2023
sort() function in Perl is used to sort a list with or without the use of method of sorting. This method can be specified by the user in the form of subroutines or blocks....
read more
Perl
Perl-function
Perl-List-Functions
Perl | reverse() Function
Last Updated: 07 May 2019
reverse() function in Perl when used in a list context, changes the order of the elements in the List and returns the List in reverse order. While in a scalar context, ret...
read more
Perl
Perl-function
Perl-List-Functions
Perl | List Functions
Last Updated: 07 May 2019
A list in Perl is a collection of scalar values. We can access the elements of a list using indexes. Index starts with 0 (0th index refers to the first element of the list...
read more
Perl
Picked
Perl-Arrays
perl-list
Perl-List-Functions
Perl | join() Function
Last Updated: 25 June 2019
join() function in Perl combines the elements of LIST into a single string using the value of VAR to separate each element. It is effectively the opposite of split.Note th...
read more
Perl
Perl-function
Perl-List-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 !