Help for this page

Select Code to Download


  1. or download this
    my %hash1;
    
  2. or download this
    my %hash1 = (
        "1", "20",
    ...
        "5", "20",
        "10", "20",
        "6", "18");
    
  3. or download this
        unless ($hash2{$thisKey}) {
    
  4. or download this
        if (isNull(\%hash2, $thisKey)) {