in reply to to get the un-forseen errors
These variables can be accessed many ways (they have more than one form), for example you can use $! or $OS_ERROR or $ERRNO to read the current value of the C error number in numeric context also you can use $! in string context to yield the corresponding system error string..
perlvar has valuable information about these different variables.
|
|---|