programming-examples/perl/String/Join with 'map lc'.pl
2019-11-15 12:59:38 +01:00

1 line
36 B
Perl

print join(", ", (map lc, A, B, C));