- or download this
use strict;
use warnings;
...
print("repellent: ", Dumper($repellent), "\n");
}
}
- or download this
samtregar: {"a" => {"b" => {"c" => {"d" => {"_val" => "foo"}}}}}
repellent: {"a" => {"b" => {"c" => {"d" => {"_val" => "foo"}}}}}
- or download this
use strict;
use warnings;
...
print("repellent: ", Dumper($repellent), "\n");
}
}
- or download this
samtregar: {}
repellent: {"a" => {"b" => {"c" => {}}}}