Help for this page

Select Code to Download


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