Help for this page
#!/usr/bin/perl -w use strict; ... 1 unless $seen{$_}++; # Perform a no-op the first time we see a +given number } print "Elapsed time: ", tv_interval($t0, [gettimeofday]), " seconds\n" +;
Elapsed time: 1.466658 seconds