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 SkipVought 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: *

  1. mgarcia22

    Read multiple files, sum up the data and write out to new files

    Thanks for the info. I will certainly look at the module you suggest. I have found a short-term work-around: Added $tot{$key}; $cnt{$key}; just before count++ in the code below foreach $key (sort keys %tot) { $bytetotal += $tot{$key}; $avg = ($tot{$key} / $cnt{$key})...
  2. mgarcia22

    Read multiple files, sum up the data and write out to new files

    Hello all, I am writing a program to read in multiple CSV files that have been exported from Ethereal, sum up the bytes for each second, calculate bits per second, and then average each of the values (bytes and bits) and write all of this data out to a file. Below is the code I have so far - it...

Part and Inventory Search

Back
Top