Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: DataSendTimeoutChapter 19
Win32 Modules and Extensions
Next: Reference: FetchURL
 

Error

$inet->Error()

Returns the last recorded error in the form of an array or string (depending upon the context) containing the error number and an error description. Can be applied on any Win32::Internet object (FTP sessions, etc.). There are three types of errors you can encounter, recognizable by the error number returned:

-1

A "trivial" error has occurred in the package. For example, you tried to use a method on the wrong type of object.

1 through 11999

A generic error has occurred and the Win32::GetLastError error message is returned.

12000 and higher

An Internet error has occurred; the extended Win32 Internet API error message is returned.


Previous: Reference: DataSendTimeoutPerl in a NutshellNext: Reference: FetchURL
Reference: DataSendTimeoutBook IndexReference: FetchURL