Help for this page
use Data::Diver qw( DiveVal ); ... my @keys = split(/\./, $key); DiveVal(\%hash, map \$_, @keys) = $val; }