Help for this page

Select Code to Download


  1. or download this
    for $user (sort keys %hash) {
        print "$user: @{$hash{$user}} \t";
         print "$loc: @{$location{$loc}} \n";
    }
    
  2. or download this
    for $user (sort keys %hash) {
        print "$user: @{$hash{$user}} \t";
        print "$user: @{$location{$user}} \n";
    }