What are different data types that perl supports. Elaborate on them.



What are different data types that perl supports. Elaborate on them...

Answer / Neelama Raj

Perl supports several built-in scalar data types: strings (denoted by the single quote), numbers, and booleans. Additionally, arrays and hashes provide support for collections of scalars.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

Demonstrate subroutines in perl with a simple example.

1 Answers  


What elements of the Perl language could you use to structure your code to allow for maximum re-use and maximum readability?

1 Answers  


When do you use perl programming?

1 Answers  


Explain perl.

1 Answers  


How to connect with sqlserver from perl and how to display database table info?

1 Answers  


Explain '->' in perl?

1 Answers  


what are prefix dereferencer and list them out?

1 Answers  


How do I pass a command line argument in perl?

1 Answers  


Write an example explaining the use of symbol tables.

1 Answers  


What is caller function in perl?

1 Answers  


What is perl dbi?

1 Answers  


What are the steps involved when the cgi program starts running?

1 Answers  


Categories