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
Perl-function
59 articles
perl-basics
33 articles
Perl-Math-Functions
28 articles
perl-operators
20 articles
Perl-method
19 articles
Perl-regex
18 articles
Perl-String-Operators
15 articles
Perl-files
15 articles
Perl-String-Functions
14 articles
Perl-Arrays
10 articles
Programming Language
>
Perl
Perl
240+ posts
Popular Articles
Recent Articles
Perl | Multidimensional Arrays
Last Updated: 14 September 2021
Multidimensional arrays in Perl are the arrays with more than one dimension. Technically there is no such thing as a multidimensional array
...read more
Perl
Picked
Perl-Arrays
Perl | Array Slices
Last Updated: 26 November 2019
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-Arrays
Perl | Multidimensional Hashes
Last Updated: 27 June 2019
Prerequisite: Hashes-BasicsIntroductionBeyond the normal constraints of the hashes, we can also create complex structures made up of combina
...read more
Perl
Picked
Perl-hashes
Similar Topics
Perl-function
59+ articles
perl-basics
33+ articles
Perl-Math-Functions
28+ articles
perl-operators
20+ articles
Perl-method
19+ articles
Perl-regex
18+ articles
Perl-String-Operators
15+ articles
Perl-files
15+ articles
Perl-String-Functions
14+ articles
Perl-Arrays
10+ articles
Use of print() and say() in Perl
Last Updated: 18 June 2019
Perl uses statements and expressions to evaluate the input provided by the user or given as Hardcoded Input in the code. This evaluated expr
...read more
Perl
perl-basics
Perl | Basic Syntax of a Perl Program
Last Updated: 13 April 2023
Perl is a general purpose, high level interpreted and dynamic programming language. Perl was originally developed for the text processing li
...read more
Perl
perl-basics
Perl | Searching in a File using regex
Last Updated: 07 June 2019
Prerequisite: Perl | Regular ExpressionsRegular Expression (Regex or Regexp or RE) in Perl is a special text string for describing a search
...read more
Perl
Perl | File Handling Introduction
Last Updated: 20 February 2023
In Perl, file handling is the process of creating, reading, writing, updating, and deleting files. Perl provides a variety of built-in funct
...read more
Perl
Picked
Perl | sleep() Function
Last Updated: 07 May 2019
sleep() function in Perl is an inbuilt function which is used to delay the execution of the current script for a specified number of seconds
...read more
Perl
Perl-function
Perl-Inbuilt-Functions
Perl | substitution Operator
Last Updated: 07 May 2019
Substitution Operator or 's' operator in Perl is used to substitute a text of the string with some pattern specified by the user.Syntax: s/t
...read more
Perl
perl-operators
Perl-String-Operators
Perl | Opening and Reading a File
Last Updated: 26 February 2019
A filehandle is an internal Perl structure that associates a physical file with a name. All filehandles have read/write access, so once file
...read more
Perl
Picked
Perl-files
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 effectivel
...read more
Perl
Perl-function
Perl-List-Functions
Hello World Program in Perl
Last Updated: 11 February 2019
Perl programming language is exclusively designed for text processing purposes. Its abbreviation denotes Practical Extraction and Report Lan
...read more
Perl
perl-basics
Picked
Introduction to Perl
Last Updated: 13 April 2023
Perl is a general-purpose, high level interpreted and dynamic programming language. It was developed by Larry Wall, in 1987. There is no off
...read more
Perl
Perl | Regular Expressions
Last Updated: 30 May 2019
Regular Expression (Regex or Regexp or RE) in Perl is a special text string for describing a search pattern within a given text. Regex in Pe
...read more
Perl
Perl-regex
Perl | Subroutines or Functions
Last Updated: 13 July 2018
A Perl function or subroutine is a group of statements that together perform a specific task. In every programming language user want to reu
...read more
Perl
Perl-method
First
1
2
3
4
5
6
7
8
>>
Last
First
1
2
3
4
5
6
>>
Last
First
1
2
3
4
>>
Last
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 !