Help for this page

Select Code to Download


  1. or download this
        $hash_glob {$name}    = 
            {        NAME => $name, 
                    TYPE => $type,
                    VALUE => $value
                        } ;
    
  2. or download this
           $hash_scripts {$name} = {
                                   NAME => $name,
    ...
    #continuous, static, dormant, stub, startup are only valid 'types'
                       RETTYPE => $rettype
    #all of the possible value types, located in array: @return_value_type
    +s                                };