6 lines
86 B
Perl
6 lines
86 B
Perl
my $hashref = {
|
|
key1 => 'val1',
|
|
'key-2' => 2,
|
|
three => -238.83,
|
|
4 => 'val3',
|
|
}
|