Why bother writing
Parse::Passwd if there are
Perl buildins like
getpwent? Not to mention that
getpwent will work correctly, and not blindly
assume that any line in the password file is always an entry
(on some OSses, lines starting with a
# will be
ignored).
Abigail