Help for this page

Select Code to Download


  1. or download this
    my %hash;
    
    ...
    # Example of getting a value:
    
    print("email for first record: ", $hash{key}[0]{email}, "\n");