http://www.perlmonks.org?node_id=99501

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I need to be able to change a linux password using CGI. I don't want to go through the /etc/passwd- find the user and replace the password with a new encrypted one. Can I be helped?