Help for this page

Select Code to Download


  1. or download this
    my @out = ParseForExpDB2Param(@params);
    my %ExpValHash4 = %{$out[0]};
    my %ExpValHash5 = %{$out[1]};
    my %ExpValHash6 = %{$out[2]};
    
  2. or download this
    my ($ExpValHash4, $ExpValHash5, $ExpValHash6) = ParseForExpDB2Param(@p
    +arams);