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
Misc
8.8K+ articles
How To
1.8K+ articles
Installation Guide
1.3K+ articles
how-to-install
1.2K+ articles
Perl
265+ articles
Perl-function
59+ articles
perl-operators
20+ articles
Perl-Scalars
6+ articles
Perl-Inbuilt-Functions
5+ articles
perl-basics
144+ posts
Recent Articles
Popular Articles
Perl | Hash Operations
Last Updated: 06 May 2019
Prerequisite: Perl Hashes, Perl HashAs most readers likely know, the hash stores data by using a mechanism called Hashing. In hashing, a key is used to determine a value ...
read more
Perl
Picked
perl-basics
Perl-hashes
Perl Installation and Environment Setup in Windows, Linux, and MacOS
Last Updated: 12 June 2019
Prerequisite: Introduction to PerlBefore, we start with the process of Installing Perl on our System, whether it be Windows, Linux or Macintosh. We must have first-hand kn...
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 like extracting the required info...
read more
Perl
perl-basics
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 expression will not be shown to the...
read more
Perl
perl-basics
Perl | Use of Hash bang or Shebang line
Last Updated: 11 July 2019
Practical Extraction and Reporting Language or Perl is an interpreter based language. Hash-bangs or shebangs are useful when we are executing Perl scripts on Unix-like sys...
read more
Perl
Picked
perl-basics
Multiplication of Matrices in Perl
Last Updated: 14 September 2021
Matrices are multidimensional arrays that store data in the form of Rows and columns. Perl allows performing various operations on these matrices like Addition, Subtractio...
read more
Perl
perl-basics
Special variables in Perl
Last Updated: 21 November 2019
Special Variables in Perl are those which are already defined to carry out a specific function when required. The differentiating factor between a special Variable in Perl...
read more
Perl
Picked
perl-basics
How to Install Perl on Windows?
Last Updated: 05 October 2021
Prerequisite: Introduction to PerlBefore, we start with the process of Downloading and Installing Perl on Windows operating system, we must have first-hand knowledge of Wh...
read more
Perl
How To
Installation Guide
perl-basics
how-to-install
How to Install Perl on Linux?
Last Updated: 06 October 2021
Prerequisite: Introduction to PerlBefore, we start with the process of Installing Perl on our System. We must have first-hand knowledge of What the Perl Language is and wh...
read more
Perl
How To
Installation Guide
perl-basics
how-to-install
What is the difference between Perl and PHP ?
Last Updated: 20 May 2022
PHP: PHP (Hypertext Pre-processor) is a general-purpose programming language used to designed a website or web applications. It is the server-side scripting language embed...
read more
PHP
perl-basics
PHP-Misc
Perl - Closure Function
Last Updated: 02 July 2020
Closure is one of the important concepts in Perl. Closure is a computer term with an accurate but a hard to explain meaning. It is often referred as a function that can be...
read more
Perl
perl-basics
Perl-function
UNIVERSAL Package in Perl Programming
Last Updated: 22 June 2020
UNIVERSAL is a built-in package in Perl 5. It can also be thought of as a base class in which the derived classes can implicitly inherit or override. It offers several def...
read more
Perl
Picked
perl-basics
perl-packages
Perl - Difference between Functions and Subroutines
Last Updated: 28 July 2020
In Perl, when a code-script gets bigger in size i.e. contains hundreds of lines of code, it becomes difficult to manage such a code-script. To avoid this difficulty, Perl ...
read more
Perl
Picked
perl-basics
Perl-function
Perl Switch Case
Last Updated: 05 March 2023
The switch statement in Perl allows a variable to be tested for equality against a list of values. Each value is called a case and the variable being switched on is checke...
read more
Perl
perl-basics
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
1
2
3
4
...
10
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 !