Help for this page

Select Code to Download


  1. or download this
    use Sort::Key qw(keysort_inplace);
    keysort_inplace { $lid->{$_} } @id;
    
  2. or download this
    keysort_inplace { /^([^=]*)/; $lid->{$1} } @id;