adspace
What is the difference between perl list and perl array?
Answer Posted / Sujata Gupta
In Perl, a list is simply an ordered collection of scalars (values), whereas an array is a variable that can hold multiple scalar values in its elements. Arrays are denoted by the `@` symbol before their name, while lists are used within code as an unnamed collection of scalars.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do find the length of an array?
How to connect to SQL server through Perl?
There is no strict data types in perl unlike in other high level languages like Java so wouldn't that be a problem if a code in perl is to be a written by a big team of 20+ members ?"
What is perl? What is the basic command to print a string in perl?