while (my @pw = getpwent) { printf "UID is: %s\nGID is: %s\n", @pw[2,3] }