Help for this page

Select Code to Download


  1. or download this
    my %users = (
        "Bob Smith" => {
    ...
    
    my $user = "Jim Jones";
    print "The keys for $user are: ", join(", ",keys %{$users{$user}});