logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Sys::Info::Constants

Author

       Burak Gursoy <burak@cpan.org>

Constants

       Every constant can be imported individually or via import keys:

           Import Key      Constant
           ------------    -----------------
           :device_cpu     DCPU_LOAD_LAST_01
                           DCPU_LOAD_LAST_05
                           DCPU_LOAD_LAST_10
                           DCPU_LOAD

           :windows_reg    WIN_REG_HW_KEY
                           WIN_REG_CPU_KEY
                           WIN_REG_CDKEY
                           WIN_REG_OCDKEY

           :windows_wmi    WIN_WMI_DATE_TMPL

           :windows_etc    WIN_B24_DIGITS
                           WIN_USER_INFO_LEVEL

           :date           DATE_WEEKDAYS
                           DATE_MONTHS
                           DATE_MKTIME_YDAY
                           DATE_MKTIME_ISDST

           :general        OSID

   OSID
       The Operating System name used inside all "Sys::Info" modules.

Description

       This module defines all the constants used inside "Sys::Info" and it's subclasses.

Name

       Sys::Info::Constants - Constants for Sys::Info

See Also

       Sys::Info.

Synopsis

           use Sys::Info::Constants qw( :device_cpu );
           printf "CPU Load: %s\n", $cpu->load(DCPU_LOAD_LAST_01);

Version

       version 0.7807

See Also