Help for this page

Select Code to Download


  1. or download this
    $loop_data_3{$counter} = @loop_data_1;
    $param_2{'ProductList'} = \$loop_data_3{$counter};
    
  2. or download this
    $loop_data_3{$counter} = \@loop_data_1;
    $param_2{'ProductList'} = $loop_data_3{$counter};