Just random mumbling
Time pass to be honest,may work as a reference later,I am not sure.
Thursday, October 20, 2022
Declare and print an array in perl
@fruits
=
(
'Grapes'
,
'Apple'
,
'Banana'
);
print
"
@fruits
"
;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment