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
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.2K+ articles
Perl
265+ articles
Perl-function
59+ articles
perl-basics
33+ articles
perl-operators
20+ articles
Perl-String-Functions
14+ articles
Perl-Inbuilt-Functions
5 posts
Recent Articles
Popular Articles
Perl | ord() Function
Last Updated: 07 May 2019
The ord() function is an inbuilt function in Perl that returns the ASCII value of the first character of a string. This function takes a character string as a parameter an...
read more
Perl
Perl-function
Perl-String-Functions
Perl-Inbuilt-Functions
Perl | print operator
Last Updated: 04 March 2023
print operator in Perl is used to print the values of the expressions in a List passed to it as an argument. Print operator prints whatever is passed to it as an argument ...
read more
Perl
perl-basics
perl-operators
Perl-Inbuilt-Functions
Perl | return() Function
Last Updated: 07 May 2019
return() function in Perl returns Value at the end of a subroutine, block, or do function. Returned value might be scalar, array, or a hash according to the selected conte...
read more
Perl
perl-basics
Perl-function
Perl-Inbuilt-Functions
Perl | sleep() Function
Last Updated: 07 May 2019
sleep() function in Perl is an inbuilt function which is used to delay the execution of the current script for a specified number of seconds or forever if parameter is not...
read more
Perl
Perl-function
Perl-Inbuilt-Functions
Perl | chr() Function
Last Updated: 21 November 2021
The chr() function in Perl returns a string representing a character whose Unicode code point is an integer.Syntax: chr(Num)Parameters:Num : It is an unicode integer value...
read more
Perl
Perl-function
Perl-String-Functions
Perl-Inbuilt-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 !