I think there are two ways to declare an array: my @a1 = (1, 2, 3);my @a2 = [1, 2, 3]; What is the difference?
- What is the difference between () and [] syntax for arra... Neo Anderson
- Re: What is the difference between () and [] syntax... Parag Kalra
- Re: What is the difference between () and [] syntax... Jim Gibson
- Re: What is the difference between () and [] syntax... Feng He
- Re: What is the difference between () and [] syntax... Michael Brader
- Re: What is the difference between () and [] syntax... *Shaji Kalidasan*