Question: here will this ensure: @stage_orders = sort { (($b->{isPrn} ne '' ? $b->{isPrn} : 0) ($a->{isPrn} ne '' ? $a->{isPrn} : 0)) || _SortOrderTiebreak({ FIRSTORDER
here will this ensure: @stage_orders = sort { (($b->{isPrn} ne '' ? $b->{isPrn} : 0) <=> ($a->{isPrn} ne '' ? $a->{isPrn} : 0)) || _SortOrderTiebreak({ FIRSTORDER => $a, SECONDORDER => $b }) } @stage_orders; non PRN i.e. 0 come first than PRN with. a value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
