Name : perl-Win32-Status
| |
Version : 0.81
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2023-07-20 18:26:15
|
Group : Development/Libraries/Perl
| Source RPM : perl-Win32-Status-0.81-lp155.1.1.src.rpm
|
Size : 0.06 MB
| |
Packager : https://www_suse_com/
| |
Summary : convert Win32 status strings to integers and back
|
Description :
This module contains two public hashes:
* *%INTEGER_TO_SYMBOL*
Map from an integer value to a status string (e.g. 0xC0000005 => \'STATUS_ACCESS_VIOLATION\').
Note that a few integers have multiple associated symbols. In that case, the returned string is the string arbitrarily chosen as the most relevant.
* *%SYMBOL_TO_INTEGER*
Map from a status string to an integer (e.g. \'STATUS_ACCESS_VIOLATION\' => 0xC0000005)
On request, the module will also directly export any named status constants:
use Win32::Status qw( STATUS_ACCESS_VIOLATION STATUS_INTEGER_OVERFLOW ); if ($process->exitcode() == STATUS_ACCESS_VIOLATION) { warn \"Process crashed with access violation!\"; } elsif ($process->exitcode() == STATUS_INTEGER_OVERFLOW) { warn \"Process died due to integer overflow!\"; }
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-W/15.5/noarch |