Changes between Version 1 and Version 2 of Old/Documentation/OTG/Measurement/DatabaseProcess
- Timestamp:
- Oct 14, 2005, 8:14:04 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/OTG/Measurement/DatabaseProcess
v1 v2 1 2 1 == Perl Script to Dump Database == 3 2 … … 38 37 open(res, ">>$resultfile") 39 38 || die "Can't open result file: $!\n"; 40 print res "$now test with noise level set in $noiselevel dbm\n";39 print res "$now test results are \n"; 41 40 close res; 42 41