
Untitled
By: a guest on
Feb 27th, 2012 | syntax:
Perl | size: 0.46 KB | hits: 42 | expires: Never
$VAR1 = {
'Melbourne' => {
'Temperature' => 'hot',
'Currency' => 'Dollar',
'Country' => 'Australia',
'Size' => 'big'
},
'Paris' => {
'Temperature' => undef,
'Currency' => 'Euro',
'Country' => 'France',
'Size' => 'big'
},
'London' => {
'Temperature' => undef,
'Currency' => 'Sterling',
'Country' => 'England',
'Size' => 'big'
}
};