Created
April 3, 2017 01:20
-
-
Save ImagoTrigger/902fbc34a439efeb6231423d380b8429 to your computer and use it in GitHub Desktop.
Scrape away
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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