my @array = ( qw/ un deux trois / ); my $count = "@array"; print $count;