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
38.9K+ articles
DSA
22.5K+ articles
Python
20.5K+ articles
Experiences
16.6K+ articles
Perl
266+ articles
Reverse
158+ articles
Perl-function
59+ articles
perl-operators
20+ articles
Perl-String-Operators
15+ articles
Perl-String-Functions
14+ articles
Perl-String
9 posts
Recent Articles
Popular 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 consist of a single word, a group...
read more
Perl
Perl-String
Perl-String-Operators
Perl | Useful String functions
Last Updated: 30 June 2019
A string in Perl is a scalar variable and start with a ($) sign and it can contain alphabets, numbers, special characters. The string can consist of a single word, a group...
read more
Perl
Perl-String
Perl-function
Perl-String-Functions
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 which will be used as a delimiter...
read more
Perl
Perl-String
perl-operators
Perl-String-Operators
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: String or a group of strings whose...
read more
Perl
Perl-String
Perl-function
Perl-String-Functions
Perl | lc() Function for Lower Case Conversion
Last Updated: 13 April 2021
lc() function in Perl returns a lowercased version of VAR, or $_ if VAR is omitted.Syntax: lc(VAR)Parameter:VAR: Sentence which is to be converted to lower caseReturn:Lowe...
read more
Perl
Perl-String
Perl-function
Perl-String-Functions
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 position. By default, it searches fr...
read more
Perl
Perl-String
Perl-function
Perl-String-Functions
Perl | Reverse an array
Last Updated: 23 September 2018
Reverse an array or string in Perl.Iterative Way:Iterate over the array from 0 to mid of array.Swap the arr[i] element with arr[size-i] element.[sourcecode language="Perl...
read more
Reverse
Perl
Perl-String
Picked
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 of operators. A user can defin...
read more
Perl
Perl-String
perl-operators
Perl | String functions (length, lc, uc, index, rindex)
Last Updated: 26 June 2019
String in Perl is a sequence of character enclosed within some kinds of quotation marks. Perl string can contain UNICODE, ASCII and escape sequence characters. Perl provid...
read more
Perl
Perl-String
Perl-function
Perl-String-Functions
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 !