Just random mumbling
Time pass to be honest,may work as a reference later,I am not sure.
Thursday, October 20, 2022
Find length of an array in perl
@fruits
=
(
"Orange"
,
"Grapefruit"
,
"Lemon"
);
#initializing associative array
print
"Length of fruits array is "
.
scalar
(
@fruits
);
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment