1Sys::Info::Helper(3) User Contributed Perl Documentation Sys::Info::Helper(3)
2
3
4
6 Sys::Info::Driver::<%ID%>::Device - Base class for <%ID%> device
7 drivers
8
10 use base qw( Sys::Info::Driver::<%ID%>::Device );
11
13 Base class for <%ID%> device drivers.
14
16 Sys::Info::Driver::<%ID%> - <%ID%> driver for Sys::Info
17
19 use Sys::Info::Driver::<%ID%>;
20
22 This is the main module in the "<%ID%"> driver collection.
23
25 Sys::Info::Driver::<%ID%>::Device::CPU - <%ID%> CPU Device Driver
26
28 -
29
31 Identifies the CPU.
32
34 identify
35 See identify in Sys::Info::Device::CPU.
36
37 load
38 See load in Sys::Info::Device::CPU.
39
40 bitness
41 See bitness in Sys::Info::Device::CPU.
42
44 Sys::Info, Sys::Info::Device::CPU.
45
47 Sys::Info::Driver::<%ID%>::OS - <%ID%> backend
48
50 -
51
53 -
54
56 Please see Sys::Info::OS for definitions of these methods and more.
57
58 build
59 domain_name
60 edition
61 fs
62 is_root
63 login_name
64 logon_server
65 meta
66 name
67 node_name
68 tick_count
69 tz
70 uptime
71 version
72 bitness
74 Sys::Info, Sys::Info::OS.
75
77 Sys::Info::Helper
78
80 version 0.7807
81
85 Sys::Info::Helper - Helps to create new Sys::Info drivers.
86
88 new
90 new_driver
92 Sys::Info.
93
95 Burak Gursoy <burak@cpan.org>
96
98 This software is copyright (c) 2006 by Burak Gursoy.
99
100 This is free software; you can redistribute it and/or modify it under
101 the same terms as the Perl 5 programming language system itself.
102
103
104
105perl v5.34.0 2021-07-22 Sys::Info::Helper(3)