Help for this page

Select Code to Download


  1. or download this
    1.53    [2003-12-30]
        - Windows: higher resolution time() by using the Windows
    ...
          The exact new higher resolution depends on the hardware,
          but it should be quite a bit better than using the basic
          Windows timers.
    
  2. or download this
    use Time::HiRes qw( time sleep );
    
    ...
    $, = "\n";
    $\ = "\n";
    print @time_diffs;