#! /usr/bin/perl use strict; use warnings; use 5.12.0 my @array = ( 1,2,3 ); say join "\n", @array;