Suppose I have a perl script, say "run.pl"
User does ./run.pl
The script then asks the user a username and a password. After the user supplies the same the script should perform all operations, lets say file open close, system commands etc., under the $username given.
Any tips?