Hello Wise Monks. I would just like to ask if it's at all possible that when using the get() function of the LWP::Simple module, calling get() only once in my code can result in the url getting called more than once due to network connection fluctuations? Does get() automatically retry retrieving the url if it doesn't quite succeed the first time? If so, how can I instruct get() to only try exactly once? Thanks in advance! - Gorby