Skip to content

bennie/perl-Tkx-Login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

         Tkx::Login - A Simple Login Window for Tkx - vVERSIONTAG

================================================================================
SYNOPSIS:
================================================================================

    Tkx::Login provides a simple login interface for Tkx applications. Given
    a window value to extend, it opens a new window, queries for username and
    password and returns the values.

================================================================================
INSTALLATION:
================================================================================

    To install this module type the following:

       perl Makefile.PL
       make
       make test
       make install

================================================================================
USAGE:
================================================================================

  use Tkx::Login;
    
  my ($username,$password) = Tkx::Login::askpass($mainwindow,$message,$pre_user,$pre_password);

  Parameters:
  
  $mainwindow - Current MainWindow in your Tkx app. (required)
  $message - A text message to display in the login window. (optional)
  $pre_user - A value to pre-populate the username blank with. (optional)
  $pre_pass - A value to pre-populate the password blank with. This will be obscured with asterisks. (optional)

================================================================================
AUTHORSHIP:
================================================================================

    Tkx::Login vVERSIONTAG DATETAG

    (c) 2012-YEARTAG, Phillip Pollard <bennie@cpan.org>
    Released under the Perl Artistic License

About

Tkx::Login CPAN module for Perl

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages