Help for this page

Select Code to Download


  1. or download this
      @sortedkeys = sort {
        $mailarray{$a}{"from"} cmp $mailarray{$b}{"from"}
      } keys %mailarray;