Hi,
I want to run a script that:
1. Prints some information
2. Fetches a file via LWP::UserAgent
3. Does more stuff, without waiting for the file to be fetched.
My current solution times out because the file takes to long to fetch. Can I move on in the script asynchronously?