my @array = qw(foo bar baz); my $string = "@array"; print "This is an interpolated array: $string";