Help for this page
my %hash; while( <> ) { ... my @keys = split /\*/, $front; eval( '$hash' . ( join '', map { "{'$_'}" } @keys ) . "=" . $back +); }