|
NAMEDevel::Platform::Info::Win32 - Retrieve Windows platform metadataSYNOPSISuse Devel::Platform::Info::Win32; my $info = Devel::Platform::Info::Win32->new(); my $data = $info->get_info(); DESCRIPTIONThis module is a driver to determine platform metadata regarding the Win32 operating system. It should be called indirectly via it's parent Devel::Platform::InfoINTERFACEThe Constructor
Methods
BUGS, PATCHES & FIXESThe module cannot accurately tell the difference between the Windows Server 2003 and Windows Server 2003 R2.The wow64 variable indicates whether or not you are running a 32 bit perl on a 64 bit windows. It uses the environment variable PROCESSOR_ARCHITEW6432 rather than the IsWow64Process call because it's simpler. If you spot a bug or are experiencing difficulties, that is not explained within the POD documentation, please send bug reports and patches to the RT Queue (see below). RT Queue: http://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Platform-Info AUTHORSBarbie (BARBIE) <barbie@cpan.org> Brian McCauley (NOBULL) <nobull67@gmail.com> Colin Newell (NEWELL) <newellc@cpan.org> Jon 'JJ' Allen (JONALLEN) <jj@jonallen.info> COPYRIGHT & LICENSECopyright (C) 2010-2019 Birmingham Perl Mongers This distribution is free software; you can redistribute it and/or modify it under the Artistic License 2.0.
Visit the GSP FreeBSD Man Page Interface. |