split(string, array, fieldsep)
# awk 'BEGIN {split("www.groad.net", array, "."); for( i in array )print array; }' www groad net