Help for this page
print "The array is: @array\n";
print "The array is: " . join($", @array) . "\n";