Question: is this logic oaky based on what i pinged: @stage_orders = sort { ($a->{isPrn} ne '' ? $a->{isPrn} : 0) ($b->{isPrn} ne '' ? $b->{isPrn}
is this logic oaky based on what i pinged: @stage_orders = sort { ($a->{isPrn} ne '' ? $a->{isPrn} : 0) <=> ($b->{isPrn} ne '' ? $b->{isPrn} : 0) || _SortOrderTiebreak({ FIRSTORDER => $a, SECONDORDER => $b }) } @stage_orders
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
