Help for this page
Select Code to Download
Select
or
download this
my @arr = ( 1, "Ali", 2, "Bobbi", 3, "Charli" ); local $, = " "; print @arr, $/;