Is there any way we can prompt a user for a password when he executes a .pl file? Correct password is entered, .pl file executes.
Alternatively suppose in a top level Perl Tk window, a user clicks an OK button to get to the next window(the first screen of the application).Only before he is presented with the next window, he should be prompted to enter a password. How do we do this in Perl/Tk?