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 wOOdy-Soft 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: uuallan
  • Content: Threads
  • Order by date
  1. uuallan

    Pulling First 20 Items from a Sorted Array

    Hi all, I have a perl script that searches through files in a directory, and creates an array based on that information. After the array is created, I sort the data based on one of the variables: @av_sorted=sort { $av_data{$a} <=> $av_data{$b} } %av_data; Then I put all of the data into a...
  2. uuallan

    Return Path?

    Is there a traceroute like command that allows you to see the return path a packet takes to get from a remote site back to your location? I know this capability is outlined in the original traceroute RFC, but I don't know that it is actually implemented.

Part and Inventory Search

Back
Top