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 hash key : join « Hash « Perl
Perl
Hash
join
Join hash key
$hash2{A} = F; $hash2{B} = E; $hash2{
'C'
} = D; print join(
" "
, %hash);
Related examples in the same category