- 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;
}
- or download this
# Used to unpack data read from .dat files (excluding modify.dat)
sub unpackDatArray {
...
}
}
}
- 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;
}