Help for this page

Select Code to Download


  1. or download this
    perl -we 'use Time::HiRes "time"; print time, "\n";'
    
  2. or download this
    perl -we 'defined(syscall 78, ($d = pack "x100"), 0) or die "panic: ge
    +ttimeofday failed $!"; ($s, $u) = unpack "l!l!", $d; printf "%d.%06d\
    +n", $s, $u;'