use strict; use warnings; my $location = $whatever->getLocation(); my $profile = HumanProfiler->getProfile($location); if ($profile->getBlackPopulation() > 60% or $profile->getLowIncome() > 60%) { delayRescueEffortAcrossRace(); while (1) { for $image (@lootingImage) { if ($image->isWhiteInvolved()) { next; } else { showOnNatinalMedium($image->getGIF()); } } } }