Help for this page
Select Code to Download
Select
or
download this
{ local $" = "\n"; print "@array"; }
Select
or
download this
print join("\n", @array);