Help for this page

Select Code to Download


  1. or download this
    sub getpass {
        my $prompt = shift;
    ...
        print "\n";
        return $pass;
    }