Help for this page
$VAR1 = { '4' => '3', ... '2' => '1', '3' => '5' };
my %temp_boss = %boss; while (my ($employeeid, $bossid) = each %temp_boss) {