NAME
   Win32::Uptime - Calculate uptime for Win32 systems

SYNOPSIS
    use Win32::Uptime;
    print Win32::Uptime::uptime(); # in milliseconds

DESCRIPTION
   Win32::Uptime

METHODS
 uptime
   This method retrieves the number of milliseconds that have elapsed since
   the system was started.

   If uptime is more than notorious 49.7 days, and you have pagefile in
   your system, it will be calculated correctly. If not, you lose.

   Takes no parameters.