- or download this
%dfs = map {$_ => ()} @pref;
- or download this
$VAR1 = {
'brain' => 'lung',
'kidney' => undef
};
- or download this
%dfs = map {$_ => []} @pref;
- or download this
%dfs = map {$_ => undef} @pref;
- or download this
use strict;
use warnings;
- or download this
Odd number of elements in hash assignment at ... line 6.