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 Programming Language
Last Updated: 12 June 2024
Perl is a general purpose, high level interpreted and dynamic programming language. Perl supports both the procedural and Object-Oriented pr
...read more
Programming Language
Perl
Perl Tutorial - Learn Perl With Examples
Last Updated: 27 October 2021
Perl is a general-purpose, high level interpreted and dynamic programming language. At the beginning level, Perl was developed only for syst
...read more
Perl
Ruby Break and Next Statement
Last Updated: 13 August 2019
In Ruby, we use a break statement to break the execution of the loop in the program. It is mostly used in while loop, where value is printed
...read more
Python Programs
C#
Perl
Ruby
Machine Learning
Ruby-Decision-Making
Scala
Kotlin
python
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
Perl | Polymorphism in OOPs
Last Updated: 12 April 2023
Polymorphism is the ability of any data to be processed in more than one form. The word itself indicates the meaning as poly means many and
...read more
Perl
Picked
Perl-OOP
Perl | chomp() Function
Last Updated: 13 April 2023
The chomp() function in Perl is used to remove the last trailing newline from the input string.Syntax: chomp(String) Parameters: String : In
...read more
Perl
Perl-function
Perl-String-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
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 | 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
Perl | substr() function
Last Updated: 25 June 2019
substr() in Perl returns a substring out of the string passed to the function starting from a given index up to the length specified. This f
...read more
Perl
Picked
Perl | length() Function
Last Updated: 25 June 2019
length() function in Perl finds length (number of characters) of a given string, or $_ if not specified.Syntax:length(VAR)Parameter:VAR: Str
...read more
Perl
Perl-String
Perl-function
Perl-String-Functions
Perl | Arrays (push, pop, shift, unshift)
Last Updated: 25 May 2021
Perl provides various inbuilt functions to add and remove the elements in an array..string-table {font-family: arial, sans-serif;border-coll
...read more
Perl
Picked
Perl-Arrays
Perl | Regex Cheat Sheet
Last Updated: 31 July 2019
Regex or Regular Expressions are an important part of Perl Programming. It is used for searching the specified text pattern. In this, set of
...read more
Perl
Perl-regex
Perl | String Operators
Last Updated: 29 April 2023
Operators are the foundation of any programming language. Thus, the functionality of Perl programming language is incomplete without the use
...read more
Perl
Perl-String
perl-operators
Perl | Arrays
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-basics
Perl | Loops (for, foreach, while, do...while, until, Nested loops)
Last Updated: 20 February 2023
Looping in programming languages is a feature which facilitates the execution of a set of instructions or functions repeatedly while some co
...read more
Perl
perl-basics
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
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 !