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 Chriss Miller 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: grapnell
  • Content: Threads
  • Order by date
  1. grapnell

    Record Sorting with split

    I am trying to write a function to sort multiple columns of data in a cgi script, however, I am not having any success. the function I am using is as follows: @ass_temp = sort { (split '\|', $a, 1)[2] cmp (split '\|', $b, 1)[2] } @assignment; @assignment = @ass_temp; and the data...

Part and Inventory Search

Back
Top