- or download this
" KEY1 => 'VALUE1', \n KEY2 => [ 'VALUE21',\n 'VALUE22'\n'VALUE23'
+ ]"
- or download this
my $hashref=eval "{${s}}";
if($@) {
...
# Dump the data just read
print("Key $_ has value ",$hashref->{$_},"\n") for keys %$s;
}
- or download this
KEY1 => 'abc THIS_LOOKS_LIKE_A_KEY_BUT_IS_NOT => \'uh-oh\' this might
+cause trouble'
KEY2 => '.....'