If what you're looking for is to resolve an error code to its description, then you can use the FormatMessage() function from the Win32 module. Example:
C:\>perl -MWin32 my $errorcode = 32; print Win32::FormatMessage($errorcode); ^Z The process cannot access the file because it is being used by another + process.
Update: Link fixed.
In reply to Re: handle ERROR 32 using perl script
by kejohm
in thread handle ERROR 32 using perl script
by madtoperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |