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
Web Technologies
40.2k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.6k+ articles
JavaScript
11.5k+ articles
Perl
240+ articles
perl-operators
20 articles
Perl-String
9 articles
Perl-String-Operators
15 posts
Popular Articles
Recent Articles
Perl | Useful String Operators
Last Updated: 21 May 2021
A string in Perl is a scalar variable and start with a ($) sign and it can contain alphabets, numbers, special characters. The string can co
...read more
Perl
Perl-String
Perl-String-Operators
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
Perl | y Operator
Last Updated: 07 May 2019
The y operator in Perl translates all characters of SearchList into the corresponding characters of ReplacementList. Here the SearchList is
...read more
Perl
perl-operators
Perl-String-Operators
Similar Topics
Web Technologies
40.2k+ articles
DSA
22.3k+ articles
Python
20.1k+ articles
Experiences
17k+ articles
Interview Experiences
13.6k+ articles
School Learning
11.6k+ articles
JavaScript
11.5k+ articles
Perl
240+ articles
perl-operators
20+ articles
Perl-String
9+ articles
Perl | tr Operator
Last Updated: 11 February 2022
The tr operator in Perl translates all characters of SearchList into the corresponding characters of ReplacementList. Here the SearchList is
...read more
Perl
perl-operators
Perl-String-Operators
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 | cmp Operator
Last Updated: 07 May 2019
cmp operator in Perl is a string equality comparison operator used to compare if the two strings placed left and right to this operator are
...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 | le operator
Last Updated: 07 May 2019
'le' 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 | gt operator
Last Updated: 07 May 2019
'gt' 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 | ge operator
Last Updated: 07 May 2019
'ge' 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 | lt operator
Last Updated: 07 May 2019
'lt' 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 | 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 | q operator
Last Updated: 07 May 2019
q operator in Perl can be used in place of single quotes. It uses a set of parentheses to surround the string.Syntax: q (string)Returns: a s
...read more
Perl
perl-operators
Perl-String-Operators
Perl | qq operator
Last Updated: 07 May 2019
qq() operator in Perl can be used in place of double quotes. It uses a set of parentheses to surround the string.Syntax: qq (string)Return:a
...read more
Perl
perl-operators
Perl-String-Operators
Perl matching operator
Last Updated: 07 May 2019
m operator in Perl is used to match a pattern within the given text. The string passed to m operator can be enclosed within any character wh
...read more
Perl
Perl-String
perl-operators
Perl-String-Operators
1
1
1
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 !