Explain lists ?



Explain lists ?..

Answer / Ritika Saraf

In Perl, a list is a collection of scalars, typically separated by spaces or commas. Lists can be used to pass arguments to functions, define arrays, and store temporary values.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CGI Perl Interview Questions

Which guidelines by Perl modules must be followed?

1 Answers  


Define perl scripting?

1 Answers  


Explain the difference between use and require?

5 Answers   Aspire,


What is cpan in perl?

1 Answers  


Write a program to concatenate the $firststring and $secondstring and result of these strings should be separated by a single space.

1 Answers  


Create a function that is only available inside the scope where it is defined ?

1 Answers  


List the prefix dereferencer in Perl.

1 Answers  


What is boolean context?

1 Answers  


What is the difference between use and require in perl programming?

1 Answers  


What is the tk module?

1 Answers  


What?s your favorite module and why?

3 Answers  


What are the logical operators used for small scale operations? Explain them briefly.

1 Answers  


Categories