Help for this page

Select Code to Download


  1. or download this
    my %hash= ( key1 => scalar lc $value );
    
  2. or download this
        if(       boolean( integer($scale) < integer(scalar getMaxScale())
    + )
            ||    boolean( scalar isExempt() )
    ...
                float( (integer($base)+integer($bonus)) / integer($count) 
    +),
            );
        }
    
  3. or download this
        if(       boolean( integer($scale) < integer(scalar getMaxScale())
    + )
            ||    boolean( scalar isExempt() )
    ...
                    float( (integer($base)+integer($bonus)) / integer($cou
    +nt) ) ),
            );
        }