start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: setprotoent Chapter 5
Function Reference
Next: Reference: setservent
 

setpwent

setpwent

Opens the password file (usually /etc/passwd ) and resets the top of the file as the starting point for any read and/or write functions on the file (with the proper permissions). This function will reset the getpwent function back to retrieve group entries from the start of the group file. Not implemented on Win32 systems.


Previous: Reference: setprotoent Perl in a Nutshell Next: Reference: setservent
Reference: setprotoent Book Index Reference: setservent