my %dependencies =( 'one' => [], 'two' => [], 'three' => ['one'], 'four' => ['three','two'], 'five' => ['three']);