Guest User

Untitled

a guest
Oct 19th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. values= [sort {$a<=>$b and $orig->{$a} cmp $orig->{$b}} keys %$orig]
  2.  
  3. values= [sort {if ($a eq 'somevalue') { return 1; }
  4. elsif ($b eq 'somevalue') { return -1; }
  5. else { return {$a<=>$b and $orig->{$a} cmp $orig->{$b}} keys %$orig ;} }]
Add Comment
Please, Sign In to add comment