I would like to modify a line in the /etc/passwd (gcos) file after I've found it. I know you can take the file in line by line, grep the line I want, then toss that line back in modified. But does anyone know a better way of doing this WITHOUT the use of modules (so it can be used on a fresh perl install and different types of files, not just the passwd file). Thanks in advance.