Hi,
I want to submit a form which has only one password field (Perl) and
the password should be submitted to a shell script. In the shell
script, I want to process the pssword and use some crypting commands
to Encrypt it.
I do not know how I can process the password from Perl to shell and
how to obget it in Shell
Any help is appreciated. Thanks!