http://www.perlmonks.org?node_id=11117992

bobinyec has asked for the wisdom of the Perl Monks concerning the following question:

I'm using LWP to send a GET request to a server. Unfortunately, my code seems to wait until the server is finished executing the request before proceeding. Is there a way to just send a request to the server and keep moving REGARDLESS of what happens at the server?

Thanks,

jb