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
Role of SemiColon in various Programming Languages
Last Updated: 21 July 2024
Semicolon is a punctuation mark (;) indicating a pause, typically between two main clauses, that is more pronounced than that indicated by a
...read more
Java
Algorithms
Python
Programming Language
SQL
C Language
C++
JavaScript
C#
Perl
Scala
Go Language
Write From Home
DSA
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
...read more
Perl
perl-basics
How To
Installation Guide
how-to-install
Perl | qw Operator
Last Updated: 17 March 2023
The qw operator in Perl is used to extract each element of the given string as it is in an array of elements in single-quote ( ' ' ). This f
...read more
Perl
perl-operators
Perl-String-Operators
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 | CGI Programming
Last Updated: 01 May 2019
In Perl, CGI(Common Gateway Interface) is a protocol for executing scripts via web requests. It is a set of rules and standards that define
...read more
Perl
Picked
Perl | ne operator
Last Updated: 07 May 2019
'ne' operator in Perl is one of the string comparison operators used to check for the equality of the two strings. It is used to check if th
...read more
Perl
perl-operators
Perl-String-Operators
Perl | eq operator
Last Updated: 07 May 2019
'eq' operator in Perl is one of the string comparison operators used to check for the equality of the two strings. It is used to check if th
...read more
Perl
perl-operators
Perl-String-Operators
Perl | Sorting of Arrays
Last Updated: 07 May 2019
Perl has a built-in sort() function to sort an array of alphabets and numbers. When an array is passed to the sort() function it returns a s
...read more
Perl
Picked
Perl-Arrays
Perl | my keyword
Last Updated: 07 May 2019
my keyword in Perl declares the listed variable to be local to the enclosing block in which it is defined. The purpose of my is to define st
...read more
Perl
perl-basics
Perl-Keywords
Perl | Writing to a File
Last Updated: 07 March 2019
A filehandle is a variable that is used to read and write to a file. This filehandle gets associated with the file.In order to write to the
...read more
Perl
Picked
Perl-files
Perl | index() Function
Last Updated: 06 March 2023
This function returns the position of the first occurrence of given substring (or pattern) in a string (or text). We can specify start posit
...read more
Perl
Perl-String
Perl-function
Perl-String-Functions
Perl | Scope of Variables
Last Updated: 12 February 2019
The scope of a variable is the part of the program where the variable is accessible. A scope is also termed as the visibility of the variabl
...read more
Perl
perl-data-types
Perl | Hashes
Last Updated: 03 April 2023
Set of key/value pair is called a Hash. Each key in a hash structure are unique and of type strings. The values associated with these keys a
...read more
Perl
Perl-hashes
Perl | Operators | Set - 1
Last Updated: 18 August 2023
Operators are the main building block of any programming language. Operators allow the programmer to perform different kinds of operations o
...read more
Perl
perl-basics
perl-operators
Perl | Data Types
Last Updated: 22 June 2022
Data types specify the type of data that a valid Perl variable can hold. Perl is a loosely typed language. There is no need to specify a typ
...read more
Perl
perl-basics
perl-data-types
Perl | Decision Making (if, if-else, Nested–if, if-elsif ladder, unless, unless-else, unless-elsif)
Last Updated: 24 August 2022
Decision Making in programming is similar to decision making in real life. In programming, a certain block of code needs to be executed when
...read more
Perl
perl-basics
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 !