Help for this page

Select Code to Download


  1. or download this
    $a={NUM_NULL => 0,
        DISTINCT => 150,
    ...
    $b={PRO_NUMBER => $a };
    $c={AC_SHIPMENT => $b};
    %Profileshoh = (IC_STAGE => $c );
    
  2. or download this
    $a={NUM_NULL => 0,
        DISTINCT => 150,
    ...
    $b={PRO_NUMBER => {%$a} };
    $c={AC_SHIPMENT => {%$b}};
    %Profileshoh = (IC_STAGE => {%$c} );