The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

   PasswordDialog - Password entry.

SYNOPSIS

  $d = $mw -> PasswordDialog ( -font => '*-helvetica-medium-r-*-*-12-*',
                               -username => 'login' );
  $d -> WaitForInput

  The -font option defaults to *-helvetica-medium-r-*-*-12-*.
  The -username option supplies the default text for the user
  name entry box.

DESCRIPTION

  A widget for the ec email program - refer to the ec documentation.