How many data types are there in perl?



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

Post New Answer

More CGI Perl Interview Questions

Explain goto expr?

1 Answers  


How to sort arrays in perl?

1 Answers  


Explain what is perl language?

1 Answers  


Explain lists and ivalue?

1 Answers  


Comment on the scope of variables in perl.

1 Answers  


Can inheritance be used in perl?

1 Answers  


Explain what is STDIN, STDOUT and STDERR?

1 Answers  


What does read () command do?

1 Answers  


“Perl regular expressions match the longest string possible”. What is the name of this match?

1 Answers  


What?s your favorite module and why?

3 Answers  


Why we use CGI?

1 Answers   Wipro,


How can you create anonymous subroutines?

1 Answers  


Categories