There is a parser for pearl. To load pages I use the LWP::Simple
library.
When the page is loaded, when the resource is unavailable, the following error occurs:
Error GETing http: // ...: Status read failed: The connection was dropped by the other side.
As a result, the script crashes.
I would like to know how to fix this problem or how to handle this error?