The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/bin/bash

echo -n 'password: '

stty -echo
read pass
export PASSWD=$pass
stty echo

echo cached.