Help for this page

Select Code to Download


  1. or download this
    my %hash_1 = ();
    $hash_1{"michael"} = "michael";
    $hash_1{"sasi"} = "other";
    ...
            print " ".$hash->{"wife"}."\n";
        }
    }