- or download this
$ perl hash.pl ; perl hash.pl ; perl hash.pl
Create: 5.26445007324219
...
Destroy: 1.82551097869873
Create: 5.14320707321167
Destroy: 1.8236780166626
- or download this
$ cat hash.pl
#!/usr/bin/perl
...
my $t2 = time;
print "Create: ", $t1-$t0, "\nDestroy: ", $t2-$t1, "\n";
- or download this
$ uname -a
FreeBSD XXX.XXX.XXX 7.0-RELEASE-p2 FreeBSD 7.0-RELEASE-p2 #0: Wed Jun
+18 06:48:16 UTC 2008 root@amd64-builder.daemonology.net:/usr/obj/
+usr/src/sys/GENERIC amd64
- or download this
$ perl -v
This is perl, v5.8.8 built for amd64-freebsd