Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
Join with 'map lc' : join « String « Perl
Perl
String
join
Join with 'map lc'
print join(
", "
, (map lc, A, B, C));
Related examples in the same category
1.
Join strings
2.
Takes its input and joins it into a single string.
3.
Join the mapped value
4.
Join the result of the split function
5.
Join variables
6.
Join with
7.
Join with 'map chr'
8.
Joining string with empty string