7.14. Join

my @fields = qw(Foo Bar foo@bar.com);
my $line = join ";", @fields;
print "$line\n";     # Foo;Bar;foo@bar.com

If you are interested in on-site trainings by the author, please contact me directly.

Online courses: