in reply to
encrypting system passwords
Use
$ARGV[0]
and
$ARGV[1]
instead of
@ARGV[0]
and
@ARGV[1]
also use
crypt($_[0], $salt)
rather than
crypt(@_, $salt)
Comment on
Re: encrypting system passwords
Select
or
Download
Code
In Section
Seekers of Perl Wisdom