Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
my @array = ('a', 'b', undef, 'c');
defined && print foreach (@array);
The syntax you posted makes it hard to do the 'other things'.jamsman said:i need to loop through an array and print the content (plus other things)