Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DarrylLundy

  1. DarrylLundy

    Sorting an Array of Hashes

    I am newish to Perl, and am struggling with sorting an array of hashes on multiple fields. I have used the code given in Programming Perl, 3rd ed., under the sort function. So my code: my @s; my @t; sub bytitle { $b->{TITLE} cmp $a->{TITLE} || $b->{SURNAME} cmp $a->{SURNAME}...

Part and Inventory Search

Back
Top