$self{texts} = {
  'Continue'                    => '',
  'Password'                    => '',
};

$self{subs} = {
  'getpassword'                 => 'getpassword',
  ''                  => 'continue',
};

1;
