#!/usr/bin/perl # 2008-07-07 Bryan Bishop kanzure@gmail.com # Download the XML files from the imageseries. $x = 1; for($x = 1; $x <= 190; $x++) { `wget http://humancortex.alleninstitute.org/has/human/imageseries/search/$x.xml` # $x++; }