I used LWP::USerAgent module to get the data from the URL. If the URL get slow or some other reason to take the data more than 60 seconds need to exit from the method.
Is there any way to quit the method while get method processing more than 60 seconds.
Regards,
Ram.
I used the below code to get the data's from URL.
Code:
use warnings; use strict; use LWP::UserAgent;
Leave a comment: