Mega Code Archive

 
Categories / Perl / String
 

Join with map lc

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