How many data types are there in perl?
Answer / Ajay Kumar Sagar
There are seven scalar data types in Perl: string (or text), number (integer, floating-point), boolean, undefined, and two special scalars called `undef` and `null`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain goto expr?
How to sort arrays in perl?
Explain what is perl language?
Explain lists and ivalue?
Comment on the scope of variables in perl.
Can inheritance be used in perl?
Explain what is STDIN, STDOUT and STDERR?
What does read () command do?
“Perl regular expressions match the longest string possible”. What is the name of this match?
What?s your favorite module and why?
Why we use CGI?
How can you create anonymous subroutines?