Help for this page

Select Code to Download


  1. or download this
    # Calculations to be run on the array values
    181 sub average {
    ...
    264 print Dumper \%seen;
    265
    266 close (FH);
    
  2. or download this
    691   $InfoData = sprintf ("$targetname Avg.Time= $o_target");
    692   $PerfData = sprintf ("value1=%f value2=%f value3=%f",($value1),(
    +$value2),($value3));
    693 }