Help for this page
Select Code to Download
Select
or
download this
for $element (@array) { print "$element\n"; }
Select
or
download this
print "$_\n" for @array;