Help for this page

Select Code to Download


  1. or download this
    my %hash = map { 
                        join(':', $_->{Computer}, 
    ...
                        ) => $_ 
                    } @{GetQueryTable('all_records_for_report', 138)};
    
  2. or download this
    my %hash;
    for ( @{GetQueryTable('all_records_for_report', 137)} ) {
    ...
                . ($_->{Product}||"") 
                . ":$_->{Status}"} = $_;
    }