Help for this page
$hash{$var_p} = $var;
use strict; use warnings; ... @hash{@keys} = @values; print Dumper \%hash;