When using LWP::Simple GET is there a way to time-out the retrevial of the html document? I' trying to eliminate waiting for the slowest HTML doc to return before processing all the others and would like to kiil the get command after a certain time. Thanks for any help.