in reply to How to test for the fastest server to download from?
2;0 juerd@ouranos:~$ perl -e'undef christmas' Segmentation fault 2;139 juerd@ouranos:~$ [download]
$ua = LWP::UserAgent->new; $request = HTTP::Request->new(HEAD => "$url"); $response = $ua->request($request); $status_line = $response->status_line; [download]