Skip to content

Instantly share code, notes, and snippets.

@ImagoTrigger
Created April 3, 2017 01:20
Show Gist options
  • Save ImagoTrigger/902fbc34a439efeb6231423d380b8429 to your computer and use it in GitHub Desktop.
Save ImagoTrigger/902fbc34a439efeb6231423d380b8429 to your computer and use it in GitHub Desktop.
Scrape away
use strict;
my @corps =(
"emminneapolis",
"ematlantaeast",
"ematlantawest",
"emaustin" ,
"embaltimore" ,
"emchicago" ,
"enviro-master",
"emcincinnati" ,
"emdelaware" ,
"emelpaso" ,
"emftlauderdale",
"emgreensboro" ,
"emgreenville" ,
"emhouston" ,
"emjacksonville",
"emla" ,
"emmemphis" ,
"emmichigan" ,
"emmobile" ,
"emnashville" ,
"emnewjersey" ,
"emomaha" ,
"emorangecounty" ,
"emorlando" ,
"empitt" ,
"emphilly",
"emphoenixeast",
"emportland" ,
"emraleigh" ,
"emsanantonio" ,
"emsanbernardino",
"emstlouis" ,
"emtampa" ,
"emtulsa" ,
"emutah" ,
"emvancouver" ,
"emdc",
);
foreach my $line (@corps) {
print "starting $line\n";
`"perl scrape.pl $line >>scraper.log"`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment