perl array - what is?
Perl Arrays:
Array is a collection of ordered elements, which is assigned by more than one elements like scalars,strings,numbers,floating points etc.
Creating Arrays:
Method 1:
Read more »Array is a collection of ordered elements, which is assigned by more than one elements like scalars,strings,numbers,floating points etc.
Creating Arrays:
Method 1:
@array=(8,1,3,-6,2); print @array;
Labels: array create, perl array