Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      $ms = Win32::GetTickCount();
    ...
    END {
      warn 'This script took ',Win32::GetTickCount() - $ms,'miliseconds';
    }