Help for this page
$a={NUM_NULL => 0, DISTINCT => 150, ... $b={PRO_NUMBER => $a }; $c={AC_SHIPMENT => $b}; %Profileshoh = (IC_STAGE => $c );
$a={NUM_NULL => 0, DISTINCT => 150, ... $b={PRO_NUMBER => {%$a} }; $c={AC_SHIPMENT => {%$b}}; %Profileshoh = (IC_STAGE => {%$c} );