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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: msclare
  • Content: Threads
  • Order by date
  1. msclare

    Sorting a hash of arrays

    I am reading in a tab delimited file to a hash of arrays as follows: open (TESTFILE, &quot;filename&quot;); while (<TESTFILE>) { chomp; ($cashflows{field0}[$rowcount], $cashflows{field1}[$rowcount], $cashflows{field2}[$rowcount]) = split(/\t/, $_); $rowcount ++ } I then want to sort the hash...

Part and Inventory Search

Back
Top