Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Perl
258+ articles
perl-basics
33+ articles
Perl-Scalars
6+ articles
Perl-Keywords
2 posts
Recent Articles
Perl | scalar keyword
Last Updated: 11 July 2025
scalar keyword in Perl is used to convert the expression to scalar context. This is a forceful evaluation of expression to scalar context even if it works well in list con...
read more
Perl
Perl-Scalars
Perl-Keywords
Perl | my keyword
Last Updated: 11 July 2025
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 static scoping. This can be used ...
read more
Perl
perl-basics
Perl-Keywords