in reply to Re: Passing hash to package sub and get it returned ..
in thread Passing hash to package sub and get it returned ..

Once you process your hash using the $temp hashref
and it might be good to add that elements of the hash pointed to by $temp can be accessed like this:
$temp->{"Dbox"} = "dbox"; # ^^^^

-- Hofmator