To: ilya@math.ohio-state.edu
CC: perl5-porters@perl.org
Message-Id: <m11InJ5-000FPCC@feynman.localnet>
p4raw-id: //depot/cfgperl@4067
unshift @INC, '../lib';
}
+END {
+ unlink 'tmon.out', 'err';
+}
+
use Benchmark qw( timediff timestr );
use Getopt::Std 'getopts';
use Config '%Config';