Just random mumbling
Time pass to be honest,may work as a reference later,I am not sure.
Showing posts with label
Declare and print an array in perl
.
Show all posts
Showing posts with label
Declare and print an array in perl
.
Show all posts
Thursday, October 20, 2022
Declare and print an array in perl
@fruits
=
(
'Grapes'
,
'Apple'
,
'Banana'
);
print
"
@fruits
"
;
Older Posts
Home
Subscribe to:
Posts (Atom)