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… Read More
Tag Archives: Perl-Scalars
Prerequisite: Scalars in Perl Perl has two types of comparison operator sets. Just like other mathematical operators, instead of performing operations, these operators compare scalars.… Read More
A scalar is a variable that stores a single unit of data at a time. The data that will be stored by the scalar variable… Read More