Scripting
>>
Perl
>>
What are the valid data types
Scalar LIST: LIST[0] = 1 LIST[1] = 2 LIST[2] = 3 or push @LIST, "1" push @LIST, "2" etc HASH: HASH{"one"} = 1, HASH{"two"} = 2, HASH{"three"} = 3
Please enable JavaScript to view the
comments powered by Disqus.