Help for this page

Select Code to Download


  1. or download this
    # Reads a text file with var=values pairs line delimited
    # Storing the values into a hash filled array.
    ...
        # Send the info back to the caller
        return @Data;    
    }
    
  2. or download this
    # Used to unpack data read from .dat files (excluding modify.dat)
    sub unpackDatArray {
    ...
            }
        }
    }
    
  3. or download this
    # This is a nasty little sub that parses out what Environmental
    # Var to retrieve and then inserts it into the string
    ...
        # Return the work
        return $envValue;
    }