Help for this page

Select Code to Download


  1. or download this
    sub ParseForExpDB2Params{
    my %ExpValHash1;
    ...
    return (\%ExpValHash1,\%ExpValHash2,\%ExpValHash3);
    }
    
  2. or download this
    my (%ExpValHash4, %ExpValHash5, %ExpValHash6) = ParseForExpDB2Params(@
    +params);