Add support for passing multiple items of input to Perforce commands
that need them. The prime example is 'p4 password' which prompts the
user three times for password input (old password, new password and
new password again).
Also add a P4::Password( $old, $new ) method to make it nice and
easy to use.