@locations = qw/1 8 9/; foreach $loc (@locations) { $dir = getDir($store); $url = getUrl($store); chdir($dir); Log("starting retrieval of '$url' to file '$dir/$fn'"); system("wget --timeout=180 $url"); }