1 2 3
for ( @objects ) { push( @array, $_ ) if ! $hash{$_}; }
@array = map { $_ if ! $hash{$_} } @objects;