ormy %hash = map { join(':', $_->{Computer}, $_->{Bulletin}, ( $_->{Product} || "" ), $_->{Status} ) => $_ } @{GetQueryTable('all_records_for_report', 138)};
my %hash; for ( @{GetQueryTable('all_records_for_report', 137)} ) { $hash{"$_->{Computer}:$_->{Bulletin}:" . ($_->{Product}||"") . ":$_->{Status}"} = $_; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Is Perl scary or is it me?
by FoxtrotUniform (Prior) on Nov 05, 2004 at 23:30 UTC | |
by Golo (Friar) on Nov 06, 2004 at 00:17 UTC | |
Re: Is Perl scary or is it me?
by demerphq (Chancellor) on Nov 06, 2004 at 17:18 UTC | |
Re: Is Perl scary or is it me?
by VSarkiss (Monsignor) on Nov 06, 2004 at 14:53 UTC | |
Re: Is Perl scary or is it me?
by !1 (Hermit) on Nov 06, 2004 at 15:51 UTC |