use strict; use warnings; my @array=(1,1,1); print "Reslut:",@array; [download]
In reply to Re: Concatenate printing a string and array by velusamy in thread Concatenate printing a string and array by spickles