1System::Info::Cygwin(3)User Contributed Perl DocumentatioSnystem::Info::Cygwin(3)
2
3
4
6 System::Info::Cygwin - Object for specific Cygwin info.
7
9 $si->prepare_sysinfo()
10 Use os-specific tools to find out more about the system.
11
12 $si->prepare_os
13 Use os-specific tools to find out more about the operating system.
14
16 (c) 2016-2023, Abe Timmerman & H.Merijn Brand, All rights reserved.
17
18 With contributions from Jarkko Hietaniemi, Campo Weijerman, Alan
19 Burlison, Allen Smith, Alain Barbet, Dominic Dunlop, Rich Rauenzahn,
20 David Cantrell.
21
22 This library is free software; you can redistribute it and/or modify it
23 under the same terms as Perl itself.
24
25 See:
26
27 • <http://www.perl.com/perl/misc/Artistic.html>
28
29 • <http://www.gnu.org/copyleft/gpl.html>
30
31 This program is distributed in the hope that it will be useful, but
32 WITHOUT ANY WARRANTY; without even the implied warranty of
33 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
34
35
36
37perl v5.38.0 2023-08-01 System::Info::Cygwin(3)