Question: As per this logic : @stage_orders = sort { (($a->{isPrn} ne '' ? $a->{isPrn} : 0) ($b->{isPrn} ne '' ? $b->{isPrn} : 0)) || _SortOrderTiebreak({
As per this logic : @stage_orders = sort { (($a->{isPrn} ne '' ? $a->{isPrn} : 0) <=> ($b->{isPrn} ne '' ? $b->{isPrn} : 0)) || _SortOrderTiebreak({ FIRSTORDER => $a, SECONDORDER => $b }) } @stage_orders; How would be the sorting of these: order1: PRN order2: '' order3: PRN order4
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
