Help for this page

Select Code to Download


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