open(CONFIG, $config_file); while () { my ($login, $pass, $UID, $gid, $name, $home_dir, $shell) = split(':'); } close CONFIG;